Module signed_envelope
Structs§
- Signed
Envelope - 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§
- Decoding
Error - Errors that occur whilst decoding a
SignedEnvelope
from its byte representation. - Read
Payload Error - Errors that occur whilst extracting the payload of a
SignedEnvelope
.