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 signature SPI for Ed25519 and Ed448 #3

Closed jvz closed 3 years ago

jvz commented 3 years ago

This signature SPI should expose low level functionality and use the standard functionality from RFC 8032. This should have at least two core implementations: one based on BouncyCastle, and the other based on Java 15.

jvz commented 3 years ago

Generally implemented now in main.