RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

Make methods of `scrypt::Params` to `const fn` #508

Closed sorairolake closed 2 months ago

sorairolake commented 3 months ago

This allows scrypt::Params::recommended to be used in a const context, just like argon2::Params::DEFAULT.