package me.eternal.purrfect.bridge.e2ee;

parcelable EncryptionResult {
    byte[] ciphertext;
    byte[] iv;
}