RustCrypto / password-hashes

Password hashing functions / KDFs
678 stars 84 forks source link

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

Closed sorairolake closed 4 months ago

sorairolake commented 4 months ago

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