argon2-rs
A very simple crate for hashing passwords with the Argon2 algorithm.
This crate is using the original C implementation of Argon2.
Example
use Argon2;
let argon2 = balanced;
let salt = vec!;
let hash = argon2.hash_password.unwrap;
assert_eq!;
Features
zeroize- Zeroizes the salt after hashing.