]> git.codecow.com Git - Monocypher.git/commit
Fixed Python 3.10 deprecation warning
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 11 Jan 2022 01:03:53 +0000 (02:03 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 11 Jan 2022 01:04:22 +0000 (02:04 +0100)
commit74f59b9a90b0a4aa0f342c197ea53cdc79135c36
tree631533001ca4b04d983c4b54ce8bab7e51c0707e
parent6fc192a94b069196c34f67daa1f8205c1748d177
Fixed Python 3.10 deprecation warning

The randrange function will soon only accept integer arguments,
so I switched to integer division.
tests/gen/elligator-direct.py