Current section
Files
Jump to
Current section
Files
include/gose@cose@encrypt_UnencryptedEncrypt.hrl
-record(unencrypted_encrypt, {
content_alg :: gose:content_alg(),
protected :: list(gose@cose:header()),
unprotected :: list(gose@cose:header()),
recipients :: list(gose@cose@encrypt:pending_recipient()),
aad :: bitstring()
}).