Libsodium Jni Versions Save

(Android) Networking and Cryptography Library (NaCL) JNI binding. JNI is utilized for fastest access to native code. Accessible either in Android or Java application. Uses SWIG to generate Java JNI bindings. SWIG definitions are extensible to other languages.

v2.0.2

5 years ago

Added Key Derivation functions Thanks @rmtmckenzie Pull request #120

v2.0.1

5 years ago

Added secret stream methods https://github.com/joshjdevl/libsodium-jni/pull/111 Thanks @yekmyk

v2.0.0

5 years ago

Android 27 for compile

Removed MIPS Android support. No longer supported by Android NDK r17. Thanks @lhunath

Cleaned up build.gradle file and fixed SWIG parameter call. Removed libsodium host build from build.gradle.

Java 1.8 for gradle build

v1.0.8

6 years ago

Key Exchange methods crypto_kx

Thanks @kalaspuffar

v1.0.7

6 years ago

crypto_pwhash - argon 2

disable salsa related methods

Thanks @bufke

utf8 bug

v1.0.3

7 years ago

added arm64-v8a ABI support