argonautica 0.2.0

Idiomatic Argon2 password hashing for Rust
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "development")]
mod core;
mod decode;
mod encode;
#[cfg(feature = "development")]
mod hash_raw;

pub(crate) use self::decode::decode_rust;