mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
core: add net.i2p.crypto:eddsa dependency
This commit is contained in:
parent
512e304bf1
commit
9930e8d5c7
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user