alkali

crates.io docs.rs

Please note: This is currently a work-in-progress, and isn't yet complete, nor is it suitable for production usage.

Safe, idiomatic Rust bindings to the Sodium cryptographic library.

Sodium is a fast, modern cryptographic library written in C. This crate intends to provide a higher-level API for making use of the constructs Sodium provides. These constructs include simple-to-use symmetric and asymmetric AEAD, signatures, hashing, password derivation, and key exchange: In short, the majority of operations required for most modern cryptographic protocols.

The intention for this library is to be a spiritual successor to sodiumoxide, which is now deprecated. Lots of design decisions here were inspired by this library, so thanks to all of its contributors!

Security/Vulnerability Disclosures

If you find a vulnerability in alkali, please immediately contact tom25519@pm.me with details.

My age public key (preferred) is:

text age1gglesedq4m2z9kc7urjhq3zlpc6qewcwpcna7s0lwh8k2c4e6fxqf3kdvq

My PGP public key has fingerprint 0x4712EC7C9F404B14, and is available from keyserver.ubuntu.com, pgp.mit.edu, or Github.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.