This commit is contained in:
Jeroen van Erp
2015-11-03 16:18:53 +01:00
parent eece80cf48
commit 29a6cf6f79
8 changed files with 188 additions and 65 deletions

View File

@@ -51,6 +51,8 @@ dependencies {
compile "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion"
compile "com.jcraft:jzlib:1.1.3"
compile "net.vrallev.ecc:ecc-25519-java:1.0.1"
testCompile "junit:junit:4.11"
testCompile "org.mockito:mockito-core:1.9.5"
testCompile "org.apache.sshd:sshd-core:1.0.0"