Module signed_envelope

Structs§

SignedEnvelope
A signed envelope contains an arbitrary byte string payload, a signature of the payload, and the public key that can be used to verify the signature.

Enums§

DecodingError
Errors that occur whilst decoding a SignedEnvelope from its byte representation.
ReadPayloadError
Errors that occur whilst extracting the payload of a SignedEnvelope.