mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-09 15:19:07 +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()`. |
||
|---|---|---|
| .. | ||
| field.zig | ||
| p384_64.zig | ||
| p384_scalar_64.zig | ||
| scalar.zig | ||