dryoc is a pure-Rust implementation of the excellent libsodium library.
The purpose of this project is to provide a mostly drop-in replacement for libsodium, with nearly the same ergonomics as libsodium, so that people familiar with libsodium can use this library nearly interchangeably. While the API is not 100% identical to libsodium, most functions have the same or very similar signatures.
Not all features from libsodium are implemented here, namely the more advanced "under the hood" features, such as raw cryptography functions. For that, it's recommended you rely on other Rust crates directly, as this library would only serve as a shim on top of those.
This project prefers to rely on existing well-known implementations of cryptographic functions from other crates where possible. This library leverages existing vetted projects in the Rust ecosystem to provide high quality and easy to use cryptography.
The following features are currently implemented, or awaiting implementation:
The following libsodium features are not implemented, and there's no plan to implement them: