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
135 stars 48 forks source link

Android Compatibility #29

Closed m4dc4p closed 6 years ago

m4dc4p commented 6 years ago

Removed usage of classes that do not exist on Android devices below Oreo (API 26). Now compatible back to Android Jelly Bean (API 16).

For #30.