Skip to content

Releases: phxql/argon2-jvm

2.11

02 Oct 08:05
a6a6ecd
Compare
Choose a tag to compare

Added

  • argon2-jvm-nolibs is now a multi-release JAR with a module-info file for Java >= 11. (PR)
  • Added support for context secrets and associated data (PR)

v2.10.1

06 Apr 17:31
d6d0449
Compare
Choose a tag to compare

[2.10.1] - 2021-04-06

Changed

  • Updated JNA to 5.8.0

2.10

06 Apr 17:23
32fe73c
Compare
Choose a tag to compare

[2.10] - 2021-04-06

Added

Fixed

  • Fixed invalid automatic module name in argon2-nolibs. It's now de.mkammerer.argon2.nolibs.

v2.9.1

30 Jan 08:16
f3ef667
Compare
Choose a tag to compare

[2.9.1] - 2021-01-30

Fixed

  • Fixed duplicate Automatic-Module-Name in manifest, see this issue.

2.9

05 Jan 16:53
3674c26
Compare
Choose a tag to compare
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 while argon2-jvm-nolibs
    contains the Java code. argon2-jvm depends on argon2-jvm-nolibs, which in turn depends on JNA.

2.8

12 Dec 15:17
88da9ee
Compare
Choose a tag to compare
2.8

[2.8] - 2020-12-12

Added

  • Added method hashAdvanced to Argon2Advanced which lets the caller specify the argon2 version
  • Added methods generateSalt to Argon2Advanced which generates salt with either the default or the given length

Changed

v2.7

25 Jun 12:34
ba04bd3
Compare
Choose a tag to compare
Merge branch 'develop'