signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 95 forks source link

Update to Java 17 #40

Open johanvos opened 3 years ago

johanvos commented 3 years ago

With Java 17 being available on desktop, mobile and embedded, I believe it makes sense to have this great library using the latest Java (and tools).

lenoregilbert commented 1 year ago

Will this PR be merged at some point? Is this library still being used by Signal or is it recommended to use the curve25519 support now built into the JDK? Thanks!