Packages

Gleam implementation of JOSE (JWS, JWE, JWK, JWT) and COSE (COSE_Sign, COSE_Encrypt, COSE_Mac0, CWT) standards

Current section

Files

Jump to
gose include gose@cose@encrypt_EncryptedEncrypt.hrl
Raw

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())
}).