Releases: phxql/argon2-jvm
Releases · phxql/argon2-jvm
2.11
v2.10.1
2.10
v2.9.1
2.9
Changed
- Cleaned up the mess with the Gradle modules. To fix that in clean manner, the artifact structure has slightly changed. Consumers of the library shouldn't notice that, but
argon2-jvm
only contains the argon2 binary libraries whileargon2-jvm-nolibs
contains the Java code.argon2-jvm
depends onargon2-jvm-nolibs
, which in turn depends on JNA.
2.8
[2.8] - 2020-12-12
Added
- Added method
hashAdvanced
toArgon2Advanced
which lets the caller specify the argon2 version - Added methods
generateSalt
toArgon2Advanced
which generates salt with either the default or the given length
Changed
- Improved the compatibility list
- Updated JNA to 5.6.0