Current section
Files
Jump to
Current section
Files
include/gose@jwe_Jwe.hrl
-record(jwe, {
header :: gose@jwe:jwe_header(),
aad :: gleam@option:option(bitstring()),
shared_unprotected :: gleam@dict:dict(binary(), gleam@json:json()),
per_recipient_unprotected :: gleam@dict:dict(binary(), gleam@json:json()),
alg_fields :: gose@jwe:alg_fields()
}).