[][src]Module gbl::marker

Contains marker types used to implement type state for encrypted and signed GBLs.

Structs

Encrypted

The GBL is encrypted.

MaybeEncrypted

The GBL may or may not be encrypted.

MaybeSigned

The GBL may or may not contain a signature.

NotEncrypted

The GBL is not encrypted.

NotSigned

The GBL is not signed.

Signed

The GBL is signed with an ECDSA signature.