[][src]Function mundane::password::scrypt::scrypt_generate

#[must_use]
pub fn scrypt_generate(password: &[u8], params: &ScryptParams) -> ScryptHash

Generates an scrypt hash for the given password.

scrypt_generate uses scrypt to generate a hash for the given password using the provided params.