1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Add Use of Cryptographic Hashfunctions (XEP-300)

Also move bouncycastle dep from smack-omemo to
smack-experimental.
This commit is contained in:
vanitasvitae 2017-06-03 00:33:56 +02:00
parent f5ef42ec56
commit 28f3130cf9
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
10 changed files with 770 additions and 1 deletions

View file

@ -10,4 +10,6 @@ dependencies {
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")
testCompile project(path: ":smack-extensions", configuration: "testRuntime")
compile "org.bouncycastle:bcprov-jdk15on:1.57"
}