mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13: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()`.