Download eddsa-0.1.0.jar file - Jar e

Jar examples for e:eddsa

Description

Implementation of EdDSA in Java

You can download jar file eddsa 0.1.0 in this page.

License

CC0 1.0 Universal

Build File

You can use the following script to add eddsa-0.1.0.jar to your project.

<dependency>
   <groupId>net.i2p.crypto</groupId>
   <artifactId>eddsa</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'net.i2p.crypto', name: 'eddsa', version: '0.1.0'
libraryDependencies += "net.i2p.crypto" % "eddsa" % "0.1.0"
<dependency org="net.i2p.crypto" name="eddsa" rev="0.1.0"/>
@Grapes(@Grab(group='net.i2p.crypto', module='eddsa', version='0.1.0'))
'net.i2p.crypto:eddsa:jar:0.1.0'

Download

Click the following link to download the jar file.

eddsa-0.1.0-javadoc.jar
eddsa-0.1.0-sources.jar
eddsa-0.1.0.jar
eddsa-0.1.0.pom



Related Tutorials