moved chat pow to java

This commit is contained in:
2024-11-21 22:56:01 +02:00
parent c6f6ab58f1
commit 2fd09f5e20
11 changed files with 637 additions and 42 deletions

View File

@@ -39,6 +39,10 @@ dependencies {
implementation "org.mindrot:jbcrypt:0.4"
implementation "at.favre.lib:bcrypt:0.10.2"
implementation 'com.password4j:password4j:1.8.2'
implementation 'com.dylibso.chicory:runtime:1.0.0-M1'
implementation 'commons-net:commons-net:3.6'
implementation 'org.bouncycastle:bcprov-jdk15to18:1.76'
implementation 'com.google.guava:guava:32.1.2-jre'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"