mirror of
https://github.com/ziglang/zig.git
synced 2025-12-15 18:53:07 +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.