feat: Implement new encryption algorithms ECDH and XChaCha20-Poly1305 with chunking support
This commit is contained in:
@@ -85,6 +85,9 @@ dependencies {
|
||||
// Crypto libraries for key generation
|
||||
implementation("org.bitcoinj:bitcoinj-core:0.16.2")
|
||||
implementation("org.bouncycastle:bcprov-jdk15to18:1.77")
|
||||
|
||||
// Google Tink for XChaCha20-Poly1305
|
||||
implementation("com.google.crypto.tink:tink-android:1.10.0")
|
||||
|
||||
// Security for encrypted storage
|
||||
implementation("androidx.security:security-crypto:1.1.0-alpha06")
|
||||
|
||||
Reference in New Issue
Block a user