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

Create a key exchange SPI for X25519 and X448 #2

Closed jvz closed 3 years ago

jvz commented 3 years ago

The key exchange SPI should expose low level functionality and use the standard implementation from RFC 7748. This should have at least two core implementations: one based on BouncyCastle, and the other based on Java 11.

jvz commented 3 years ago

Generally supported now with ExchangeKey.