Rust implementation of the Argon2 password hashing function.
# Cargo.toml
[dependencies]
rust-argon2 = "3.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Hashes a password with Argon2 using default parameters.
Update to use `hash_password` instead of `hash_encoded`.
No dependency data recorded yet.