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)?
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 calledhex(as its not hexadecimal)?