Skip to content

Commit

Permalink
new mnemonic
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau committed Feb 18, 2024
1 parent eedf6ef commit f6a756e
Show file tree
Hide file tree
Showing 17 changed files with 160 additions and 1,129 deletions.
2 changes: 2 additions & 0 deletions crypto/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ kotlin {
api(libs.sha2)
api(libs.aes)
api(libs.crc32)
api(libs.pbkdf2)
api(libs.hmac)
implementation(libs.curve25519)
implementation(libs.serialization.core)
}
Expand Down
15 changes: 0 additions & 15 deletions crypto/src/crc32.kt

This file was deleted.

30 changes: 0 additions & 30 deletions crypto/src/digest/Digest.kt

This file was deleted.

76 changes: 0 additions & 76 deletions crypto/src/digest/md4/GeneralDigest.kt

This file was deleted.

236 changes: 0 additions & 236 deletions crypto/src/digest/sha2/LongDigest.kt

This file was deleted.

Loading

0 comments on commit f6a756e

Please sign in to comment.