sarhash-core 0.1.0

A modular library for password hashing (Argon2) and strength verification (zxcvbn).
Documentation
1
2
3
4
5
pub mod hasher;
pub mod strength;

pub use hasher::{hash_password, verify_password, HasherError};
pub use strength::{check_strength, StrengthResult};