]> git.codecow.com Git - Monocypher.git/commit
Use pow() for exponentiation in Python 3
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Feb 2020 17:25:11 +0000 (18:25 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 18 Feb 2020 17:25:11 +0000 (18:25 +0100)
commit8a3b2fbce72cdb926e80cd6a77f659c8dd992ee6
treef3df2551fca3ef4f30d21ff771b05b30db8fa227
parent7fa3b80e4707cb2684b08a2c876f74bd7d6321b1
Use pow() for exponentiation in Python 3

Much faster this way.
tests/gen/elligator.py