argonautica 0.2.0

Idiomatic Argon2 password hashing for Rust
Documentation
1
2
3
4
5
6
7
8
mod decode;
mod encode;
mod hash_raw;

#[cfg(test)]
pub(crate) use self::decode::decode_c;
#[cfg(test)]
pub(crate) use self::encode::encode_c;