maidsafe / rust_sodium

This crate is no longer maintained. Looking for maintainers.
BSD 3-Clause "New" or "Revised" License
77 stars 34 forks source link

add bindings for keypair_from_seed for authenticated encryption #79

Closed agrinman closed 3 years ago

agrinman commented 6 years ago

This PR adds the bindings for keypair_from_seed for libsodium's authenticated encryption (crypto_box_curve25519xsalsa20poly1305).

S-Coyle commented 3 years ago

The rust_sodium crate is no longer maintained by MaidSafe, you should check whether it is actively maintained on Subspace as per the readme, or switch to a modern alternative.