Skip to content

Releases: lambdapioneer/argon2kt

v1.6.0

06 Sep 11:33
Compare
Choose a tag to compare

Updated the Gradle and Android dependencies and bumped the min-sdk version to 21 (Lollipop). This was required by the new versions of the dependencies and covers the vast majority of devices.

Added support for 16 KB page size in Android 15. Thank you @tomkricensky.

There should be no API changes.

v1.5.0

21 Nov 22:08
Compare
Choose a tag to compare

Updated the Gradle and Android dependencies. Updated to a new release process.

v1.4.0

26 Mar 17:38
Compare
Choose a tag to compare

Updated the Gradle and Android dependencies. Updated Argon2KtUtils to make helper functions more discoverable in non-Kotlin languages.

v1.3.0

03 Apr 16:30
Compare
Choose a tag to compare

Changed release destination to Maven Central. Updated the Gradle and Android dependencies. No API changes.

v1.2.0

14 Dec 16:32
Compare
Choose a tag to compare

Updated the Gradle and Android dependencies. No API changes.

v1.1.0

12 Apr 14:04
Compare
Choose a tag to compare

Small updates to the API, but no changes to the actual Argon2 capabilities

  • Argon2Kt no longer exports extension functions. Instead they are now available as "static" members of the Argon2KtUtils class.
  • The previous Argon2KtUtils which dealt with finding iteration counts has been renamed to Argon2KtBenchmark.
  • Android dependencies were updated and experimental feature usage removed.

v1.0.0

12 Apr 13:09
Compare
Choose a tag to compare

First release of Argon2Kt: https://twitter.com/lambdapioneer/status/1164146722832039936

implementation 'com.lambdapioneer.argon2kt:argon2kt:1.0.0'