We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907bb42 commit 64b86b2Copy full SHA for 64b86b2
library/src/main/java/org/xmtp/android/library/Crypto.kt
@@ -87,7 +87,6 @@ class Crypto {
87
88
fun deriveKey(
89
secret: ByteArray,
90
- salt: ByteArray,
91
info: ByteArray,
92
): ByteArray {
93
val derivationParameters = HKDFParameters(secret, ByteArray(0), info)
0 commit comments