Trait KdfParams

Source
pub trait KdfParams {
    // Required methods
    fn kdf_name(&self) -> String;
    fn to_params(&self) -> Result<Params, KdfError>;
}

Required Methods§

Implementors§