o1c-dev / o1c

O(1) Cryptography is an easy to use, hard to misuse Java cryptographic library based on O(1) cryptographic algorithms
ISC License
15 stars 2 forks source link

Support Java 11 algorithms for ciphers and key exchanges #9

Closed jvz closed 3 years ago

jvz commented 3 years ago

Java 11 includes JEP 324 (support for X25519 and X448) and JEP 329 (support for ChaCha20 and Poly1305) which allow for SPI implementations on Java 11+ for #2 and #1 respectively.

jvz commented 3 years ago

Included in main.