Fast cryptographic library for Rust (bindings to libsodium).
# Cargo.toml
[dependencies]
rust_sodium = "0.10.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypts a message using secretbox (XSalsa20-Poly1305) from libsodium.
Install libsodium via your package manager or use the 'libsodium-sys' feature.
No dependency data recorded yet.