password-hashing
password-hashing copied to clipboard
byte[] fromBase64(String hex) param incorrectly named
https://github.com/defuse/password-hashing/blob/master/PasswordStorage.java#L191
shows the method interface byte[] fromBase64(String hex) which is strange - why is the input param called hex (as its not hexadecimal)?
Yeah, that's an error. It used to be hex encoded and I forgot to change the parameter name.