argon2kt
argon2kt copied to clipboard
Add support for 16kB page size in Android 15
Android 15 adds support for 16kB page size instead of 4kB.
Because of that all native libraries need to be recompiled with special flags and libraries need to publish a new version with the recompiled native code.
https://developer.android.com/about/versions/15/behavior-changes-all#16-kb
https://developer.android.com/guide/practices/page-sizes
Tested on Android emulator with 16kB page size and with the alignment check script from the documentation.
./libargon2native.so: ALIGNED (2**14)
./libargon2jni.so: ALIGNED (2**14)