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@encrypt0_EncryptedEncrypt0.hrl
Raw

include/gose@cose@encrypt0_EncryptedEncrypt0.hrl

-record(encrypted_encrypt0, {
protected :: list(gose@cose:header()),
protected_serialized :: bitstring(),
unprotected :: list(gose@cose:header()),
ciphertext :: bitstring()
}).