Module content

Module content 

Source
Expand description

Content encryption algorithms for JWE.

This module implements the content encryption algorithms specified in RFC 7518. Currently supported: A256GCM, A128GCM.

Structs§

CEK
A Content Encryption Key (CEK) that is zeroized on drop.

Enums§

ContentEncryption
Content encryption algorithm identifier.