1.8.1
Fixed
Argon2Function#internalHash(...)
used a double conversion frombyte[]
toString
and back tobyte[]
that created inconsistencies in `Hash#salt (#143)
Changed
Hash#Hash(HashingFunction, String, byte[], String)
marked deprecated
Argon2Function#internalHash(...)
used a double conversion from byte[]
to String
and back to byte[]
that created inconsistencies in `Hash#salt (#143)Hash#Hash(HashingFunction, String, byte[], String)
marked deprecated