Function lesspass::generate_entropy[][src]

Important traits for Vec<u8>
pub fn generate_entropy(
    master_password: &str,
    salt: &[u8],
    algorithm: &'static Algorithm,
    iterations: u32
) -> Vec<u8>

Generate the entropy needed to render the end password using a previously computed salt and a master password.