UniEncryptedMsg({ required Uint8List ciphertext, required Uint8List iv, required this.x3dhKey, }) : super(ciphertext: ciphertext, iv: iv);