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 SignedEnvelopefrom its byte representation.
- ReadPayload Error 
- Errors that occur whilst extracting the payload of a SignedEnvelope.