A pure-Java implementation of the Ed25519 signature scheme.
Requires Java 7 or higher. Requires JDK 10 or higher to build.
implementation 'cafe.cryptography:ed25519-elisabeth:0.1.0'
<dependency>
<groupId>cafe.cryptography</groupId>
<artifactId>ed25519-elisabeth</artifactId>
<version>0.1.0</version>
</dependency>
To view the public-facing API documentation, first build it:
./gradlew javadoc
Then open build/docs/javadoc/index.html
in your browser.
ed25519-elisabeth
is authored by Jack Grigg.