password-hashes
password-hashes copied to clipboard
Mention in doc comment that `len` field of `scrypt::Params` is used only in `PasswordHasher`
I know this has already been mentioned in the comment.
However, doc comments of Params::new and Params::RECOMMENDED_LEN does not mention this. So, I suggest mentioning this in doc comments as well. I think this makes it easier to understand that len parameter of Params::new is used only in PasswordHasher and any value is meaningless when PasswordHasher is not used.