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

include/gose@cose@encrypt0_Decryptor.hrl

-record(decryptor, {
alg :: gose@algorithm:content_alg(),
key :: gose@key:key(bitstring())
}).