mirror of
https://github.com/ziglang/zig.git
synced 2026-02-03 13:13:40 +00:00
Add the ability to generate a random, canonical curve25519 scalar, like we do for p256. Also leverage the existing CompressedScalar type to represent these scalars.