zig/lib/std/crypto/25519
Frank Denis bd8b94bd0e crypto/edwards25519: correctly flip the Y sign in the H2C operation
No security implications, but the current hash-to-curve standard
defines the sign of the Y coordinate to be negative if `gx1`
is a square, positive otherwise.

We were doing it the other way round.
2021-11-08 14:55:27 +01:00
..
curve25519.zig std: reorganization that allows new usingnamespace semantics 2021-09-01 17:54:06 -07:00
ed25519.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
edwards25519.zig crypto/edwards25519: correctly flip the Y sign in the H2C operation 2021-11-08 14:55:27 +01:00
field.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
ristretto255.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
scalar.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
x25519.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00