Releases: lambdapioneer/argon2kt
v1.6.0
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
Updated the Gradle and Android dependencies. Updated to a new release process.
v1.4.0
Updated the Gradle and Android dependencies. Updated Argon2KtUtils
to make helper functions more discoverable in non-Kotlin languages.
v1.3.0
Changed release destination to Maven Central. Updated the Gradle and Android dependencies. No API changes.
v1.2.0
Updated the Gradle and Android dependencies. No API changes.
v1.1.0
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 toArgon2KtBenchmark
. - Android dependencies were updated and experimental feature usage removed.
v1.0.0
First release of Argon2Kt: https://twitter.com/lambdapioneer/status/1164146722832039936
implementation 'com.lambdapioneer.argon2kt:argon2kt:1.0.0'