tel / saltine

Cryptography that's easy to digest (NaCl/libsodium bindings)
https://github.com/tel/saltine
MIT License
61 stars 29 forks source link

Add bindings for key derivation functions #44

Open hce opened 6 years ago

hce commented 6 years ago

libsodium provides an interface to

(a) Derive keys using a high entropy master key, a sequential index and a context (8 byte string); (b) Derive a key from a password.

I don't see bindings for them so far.

Would you accept a pull request for this?

linearray commented 3 years ago

I added bindings for (b) in master and I would certainly accept them for (a).