Module serialize

Source
Expand description

Traits for byte serialization of cryptographic types.

Traitsยง

Serialize
A trait for public types that can be serialized to and from bytes.
SerializeSecret
A trait for secret types that can be securely serialized.