password-encryptor 2.0.0

A helper crate for encrypting and validating password
Documentation
1
2
3
4
5
6
7
pub type Result<T> = core::result::Result<T, Error>;

#[derive(Debug)]
pub enum Error {
    KeyFailHmac,
    PasswordsDontMatch,
}