Pure Rust implementation of NaCl's crypto_box public-key authenticated encryption primitive.
# Cargo.toml
[dependencies]
crypto_box = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a public-key authenticated encryption box.
Add `rand` as a dependency and use `rand::thread_rng()`.
No dependency data recorded yet.