Jar examples for e:eddsa
Implementation of EdDSA in Java
You can download jar file eddsa 0.1.0 in this page.
CC0 1.0 Universal
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'
Click the following link to download the jar file.
eddsa-0.1.0-javadoc.jar