jlouis / enacl

Erlang bindings for NaCl / libsodium
MIT License
197 stars 59 forks source link

Added bindings for crypto_sign_seed_keypair/1 in libsodium #42

Closed termoose closed 4 years ago

termoose commented 5 years ago

Created bindings for getting a private/public Ed25519 keypair based on a seed, similar functionality to crypto_sign_keypair/0, the new function simply accepts an existing seed instead of generating a new one every time