Packages

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

Retired package: Deprecated

Current section

Files

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

include/gose@cose@encrypt_UnencryptedEncrypt.hrl

-record(unencrypted_encrypt, {
content_alg :: gose@algorithm:content_alg(),
protected :: list(gose@cose:header()),
unprotected :: list(gose@cose:header()),
recipients :: list(gose@cose@encrypt:pending_recipient()),
aad :: bitstring()
}).