Skip to content

cryptography-cafe/ed25519-elisabeth

Repository files navigation

ed25519-elisabeth Maven Central Build Status Codecov

A pure-Java implementation of the Ed25519 signature scheme.

Requires Java 7 or higher. Requires JDK 10 or higher to build.

Usage

Gradle

implementation 'cafe.cryptography:ed25519-elisabeth:0.1.0'

Apache Maven

<dependency>
  <groupId>cafe.cryptography</groupId>
  <artifactId>ed25519-elisabeth</artifactId>
  <version>0.1.0</version>
</dependency>

Documentation

To view the public-facing API documentation, first build it:

./gradlew javadoc

Then open build/docs/javadoc/index.html in your browser.

About

ed25519-elisabeth is authored by Jack Grigg.