Fixing some of the minification issues.

This commit is contained in:
Vitor Pamplona
2024-01-06 11:13:57 -05:00
parent f877b6ff68
commit 5c7e9258c1
3 changed files with 3 additions and 1 deletions
@@ -263,7 +263,7 @@ object CryptoUtils {
}
}
data class EncryptedInfoString(
class EncryptedInfoString(
val ciphertext: String,
val nonce: String,
val v: Int,