[][src]Trait rusty_gear_encryption_business::password::Validator

pub trait Validator {
    pub fn validate(
        &self,
        password: &str,
        salt: &str,
        encoded_password: &str
    ) -> bool; }

Required methods

pub fn validate(
    &self,
    password: &str,
    salt: &str,
    encoded_password: &str
) -> bool
[src]

Loading content...

Implementors

Loading content...