argonautica 0.2.0

Idiomatic Argon2 password hashing for Rust
Documentation
1
2
3
4
5
6
mod c;
mod rust;

#[cfg(test)]
pub(crate) use self::c::encode_c;
pub(crate) use self::rust::decode_rust;