mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
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()`. |
||
|---|---|---|
| .. | ||
| curve25519.zig | ||
| ed25519.zig | ||
| edwards25519.zig | ||
| field.zig | ||
| ristretto255.zig | ||
| scalar.zig | ||
| x25519.zig | ||