serokell / haskell-crypto

Haskell cryptography done right
https://hackage.haskell.org/package/crypto-sodium
16 stars 6 forks source link

[#13] Add secret/public keypair generation from seed #22

Closed ixahedron closed 3 years ago

ixahedron commented 3 years ago

Exposes crypto_box_seed_keypair and crypto_sign_seed_keypair, both in NaCl and consequently in crypto-sodium.

Closes #13.