core: add net.i2p.crypto:eddsa dependency

This commit is contained in:
Andras Slemmer 2016-06-09 14:55:45 +01:00
parent 512e304bf1
commit 9930e8d5c7

View File

@ -67,6 +67,9 @@ dependencies {
// For JSON
compile "com.fasterxml.jackson.core:jackson-databind:2.5.5"
// Java ed25519 implementation. See https://github.com/str4d/ed25519-java/
compile 'net.i2p.crypto:eddsa:0.1.0'
// Quasar: for the bytecode rewriting for state machines.
quasar "co.paralleluniverse:quasar-core:${quasar_version}:jdk8@jar"
}