zig
zig copied to clipboard
unifying the crypto keypair APIs
Related to https://github.com/ziglang/zig/pull/20953
I changed all keypair APIs I could find to init
for the pure derivation from seed, and added initWithRandomSeed
that's mostly used in tests/benchmarks.
Note: I noticed docs on the new functions are missing, though, I feel like they are unnecessary.