Releases: terl/lazysodium-java
Releases · terl/lazysodium-java
5.1.4
What's Changed
- Mac M1 (arm64 / aarch64) support
- Fix armv6 libsodium.so by @tyilo in #118
- Add Ristretto255 support by @Traderjoe95 in #106
- Update libsodium for mac to the latest 1.0.18
New Contributors
- @tyilo made their first contribution in #118
- @Traderjoe95 made their first contribution in #106
Full Changelog: 5.1.2...5.1.4
5.1.2
Bug fixes:
- Fixed nested jar loading.
What's Changed
- Added support for ARM 64-bit by @KevinRoebert in #113
Full Changelog: 5.1.1...5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.3.4
Improvements:
- Upgraded ResourceLoader to 1.3.10 which has support for loading nested JARs.
- This means that Lazysodium can now be used in fat-jar based applications like SpringBoot!
4.3.2
Major change:
- cryptoAeadChaCha20Poly1305IetfKeygen -> cryptoAeadXChaCha20Poly1305IetfKeygen spotted in terl/lazysodium-android#40