terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
134 stars 46 forks source link

Added support for ARM 64-bit #113

Closed KevinRoebert closed 2 years ago

KevinRoebert commented 2 years ago

Added support for ARM 64-bit devices.

Tested under:

uname -a
Linux ubuntu-linux-20-04-desktop 5.4.0-80-generic #90-Ubuntu SMP Fri Jul 9 17:43:26 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux
gurpreet- commented 2 years ago

Thank you 👍