update Eddsa to 0.3.0 and fix for CurveTable name

This commit is contained in:
Michal Tajchert
2019-06-22 13:00:38 +02:00
parent 36849562c2
commit 7ada2d21f8
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ apply plugin: 'idea'
dependencies {
compile 'io.netty:netty-all:4.1.32.Final'
compile 'net.i2p.crypto:eddsa:0.1.0'
compile 'net.i2p.crypto:eddsa:0.3.0'
testCompile 'junit:junit:4.12'
}