Rust implementation of NaCl cryptographic library with Scrypt key derivation added.
# Cargo.toml
[dependencies]
nacl = "0.5.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generates a new keypair for crypto_box.
Use recommended parameters (N=16384, r=8, p=1) for production.
No dependency data recorded yet.