mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 22:34:28 +00:00
Our key pair creation API was ugly and inconsistent between ecdsa keys and other keys. The same `generate()` function can now be used to generate key pairs, and that function cannot fail. For deterministic keys, a `generateDeterministic()` function is available for all key types. Fix comments and compilation of the benchmark by the way. Fixes #21002 |
||
|---|---|---|
| .. | ||
| curve25519.zig | ||
| ed25519.zig | ||
| edwards25519.zig | ||
| field.zig | ||
| ristretto255.zig | ||
| scalar.zig | ||
| x25519.zig | ||