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

include/gose@jose@jwe_multi_EncryptedMultiJwe.hrl

-record(encrypted_multi_jwe, {
enc :: gose:content_alg(),
protected_b64 :: binary(),
recipients :: list(gose@jose@jwe_multi:encrypted_recipient()),
iv :: bitstring(),
ciphertext :: bitstring(),
tag :: bitstring()
}).