menu
r2f_x3dh_e2e package
documentation
models.dart
EncryptedMsg
EncryptedMsg constructor
EncryptedMsg constructor
dark_mode
light_mode
EncryptedMsg
constructor
EncryptedMsg
(
{
required
Uint8List
ciphertext
,
required
Uint8List
iv
,
})
Implementation
EncryptedMsg({ required this.ciphertext, required this.iv, });
r2f_x3dh_e2e package
documentation
models
EncryptedMsg
EncryptedMsg constructor
EncryptedMsg class