Updated ed25519-java to 0.3.0

This commit is contained in:
Jeroen van Erp
2019-01-30 13:16:38 +01:00
parent 0cd19284ee
commit f322a4b060

View File

@@ -58,7 +58,7 @@ dependencies {
compile "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion"
compile "com.jcraft:jzlib:1.1.3"
compile "net.i2p.crypto:eddsa:0.2.0"
compile "net.i2p.crypto:eddsa:0.3.0"
testCompile "junit:junit:4.11"
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'