2
0

Replace lambdaworks:scrypt with libsodium-jni to match C implementation, remove dependency on opal-crypto and its providers.

This commit is contained in:
Maarten Billemont
2018-05-19 19:58:37 -04:00
parent 1cfc199541
commit f41f07f0ae
4 changed files with 100 additions and 41 deletions

View File

@@ -8,9 +8,8 @@ dependencies {
compile( group: 'com.lyndir.lhunath.opal', name: 'opal-system', version: '1.7-p1' ) {
exclude( module: 'joda-time' )
}
compile group: 'com.lyndir.lhunath.opal', name: 'opal-crypto', version: '1.7-p1'
compile group: 'com.lambdaworks', name: 'scrypt', version: '1.4.0'
compile 'com.github.joshjdevl.libsodiumjni:libsodium-jni:1.0.6'
compile 'com.fasterxml.jackson.core:jackson-annotations:2.9.5'
compile group: 'org.jetbrains', name: 'annotations', version: '13.0'
compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'