Releases: terl/lazysodium-android
Releases · terl/lazysodium-android
3.7.0
3.6.0
3.5.0
Fixes:
- Ubuntu versus Android. Anytime I changed the
memLimit
param to anint
or along
it broke on Android but worked on Ubuntu. Or alternatively, worked on Ubuntu that broke on Android. The error trace indicated it was an OOM so I inferred it must have something to do withlongs
being translated differently on different platforms. So to solve thisNativeLongs
have been introduced. Fixes #13.
Breaking:
- Some method signatures now have
NativeLongs
. You can create a native long by doing something likenew NativeLong(<yourlonghere>)
.
Please see release 3.4.2
for related information.
Enjoy ☕️
3.4.2
3.3.0
New features:
- Now feature complete.
- Added Diffie Hellman, X25519, ECDH over Curve25519.
Breaking:
cryptoScalarMultBase
andcryptoScalarMult
moved fromBox.java
toDiffieHellman.java
.
Enjoy 💯 💯 💯
3.2.0
3.1.3
New features:
- Tests now work with Android.
- Detect if AES is available.
Please type in connectedCheck
to copy test files from Java to Android and then run tests. Run the task deleteCopiedTests
to delete the tests that were copied in (should be ran as a debugging command only).
Enjoy 💯
3.0.0
Please see https://github.com/terl/lazysodium-java/releases/tag/3.0.0 for release notes.
See https://bintray.com/terl/lazysodium-maven/lazysodium-android for downloadables such as AARs.