/* test_omemo_crypto.h * * Unit tests for OMEMO AES-256-GCM file crypto (issue #146, REQ-CRY-06) */ void aes256gcm_crypt_file__roundtrip_succeeds(void** state); void aes256gcm_crypt_file__rejects_tampered_tag(void** state); void aes256gcm_crypt_file__rejects_tampered_ciphertext(void** state);