]> git.codecow.com Git - Monocypher.git/commit
Elligator script: readability nitpick
authorLoup Vaillant <loup@loup-vaillant.fr>
Thu, 20 Feb 2020 23:06:40 +0000 (00:06 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Thu, 20 Feb 2020 23:06:40 +0000 (00:06 +0100)
commit50856e744e38a13b36e5757678360936024ea631
tree1c39b004c6be3a0fb003d782158bbe4cd2ee783c
parent128b567c5a694521342e27ecd19c49a4fbf02ba0
Elligator script: readability nitpick

The can_curve_to_hash() test takes a Montgomery point as input, whose
coordinates are generally called (u, v), not (x, y).
tests/gen/elligator.py