zig icon indicating copy to clipboard operation
zig copied to clipboard

unifying the crypto keypair APIs

Open jakubDoka opened this issue 6 months ago • 14 comments

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.

jakubDoka avatar Aug 08 '24 20:08 jakubDoka