RustCrypto / password-hashes

Password hashing functions / KDFs
652 stars 80 forks source link

Add PartialEq to scrypt::Params #490

Closed uglyoldbob closed 5 months ago

uglyoldbob commented 6 months ago

This allows for PartialEq structs that contain an scrypt Params to also be PartialEq.

newpavlov commented 6 months ago

It also may be worth to derive Eq and Hash.