RustCrypto / password-hashes

Password hashing functions / KDFs
677 stars 84 forks source link

Add PartialEq to scrypt::Params #490

Closed uglyoldbob closed 7 months ago

uglyoldbob commented 8 months ago

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

newpavlov commented 8 months ago

It also may be worth to derive Eq and Hash.