ed25519-elisabeth

Pure Java implementation of the Ed25519 signature scheme

License

License

GroupId

GroupId

cafe.cryptography
ArtifactId

ArtifactId

ed25519-elisabeth
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

ed25519-elisabeth
Pure Java implementation of the Ed25519 signature scheme
Project URL

Project URL

https://cryptography.cafe
Source Code Management

Source Code Management

https://github.com/cryptography-cafe/ed25519-elisabeth/tree/master

Download ed25519-elisabeth

How to add to project

<!-- https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/ -->
<dependency>
    <groupId>cafe.cryptography</groupId>
    <artifactId>ed25519-elisabeth</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/
implementation 'cafe.cryptography:ed25519-elisabeth:0.1.0'
// https://jarcasting.com/artifacts/cafe.cryptography/ed25519-elisabeth/
implementation ("cafe.cryptography:ed25519-elisabeth:0.1.0")
'cafe.cryptography:ed25519-elisabeth:jar:0.1.0'
<dependency org="cafe.cryptography" name="ed25519-elisabeth" rev="0.1.0">
  <artifact name="ed25519-elisabeth" type="jar" />
</dependency>
@Grapes(
@Grab(group='cafe.cryptography', module='ed25519-elisabeth', version='0.1.0')
)
libraryDependencies += "cafe.cryptography" % "ed25519-elisabeth" % "0.1.0"
[cafe.cryptography/ed25519-elisabeth "0.1.0"]

Dependencies

runtime (1)

Group / Artifact Type Version
cafe.cryptography : curve25519-elisabeth jar 0.1.0

Project Modules

There are no modules declared in this project.

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.

Versions

Version
0.1.0