Current section
Files
Jump to
Current section
Files
include/gose@cose@encrypt_EncryptedEncrypt.hrl
-record(encrypted_encrypt, {
protected :: list(gose@cose:header()),
protected_serialized :: bitstring(),
unprotected :: list(gose@cose:header()),
ciphertext :: bitstring(),
recipients :: list(gose@cose@encrypt:encrypted_recipient())
}).