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

include/gose@cose@sign_SignedSign.hrl

-record(signed_sign, {
protected :: list(gose@cose:header()),
protected_serialized :: bitstring(),
unprotected :: list(gose@cose:header()),
payload :: gleam@option:option(bitstring()),
signatures :: list(gose@cose@sign:signature())
}).