zig/lib/std/crypto/25519
Frank Denis 41533fa6a1
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
For 25519, it's very likely that applications would ever need the
serialized representation. Expose the value as an integer as in
other curves. Rename the internal representation from `field_size`
to `field_order` for consistency.

Also fix a common typo in `scalar.sub()`.
2022-06-29 07:44:43 +02:00
..
curve25519.zig crypto/x25519: implement clearCofactor() (#11355) 2022-04-07 10:46:23 +02:00
ed25519.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
edwards25519.zig edwards25519 fixes (#11568) 2022-05-03 05:28:34 +02:00
field.zig std.crypto.25519.field: avoid excessive inlining 2022-06-27 19:11:55 -07:00
ristretto255.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
scalar.zig std/crypto/{25519,pcurves}: make the scalar field order public (#11955) 2022-06-29 07:44:43 +02:00
x25519.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00