Expand description
Serialization formats
Structs§
- Curve25519
Seed Bin - Serialized bytes
- EcPrivate
KeyBin - Serialized bytes
- EcPrivate
KeyRfc5915 Der - Serialized bytes
- EcPublic
KeyCompressed Bin - Serialized bytes
- EcPublic
KeyUncompressed Bin - Serialized bytes
- Pkcs8
V1Der - Serialized bytes
- Pkcs8
V2Der - Serialized bytes
- Public
KeyX509 Der - Serialized bytes
Traits§
- AsBig
Endian - Trait for values that can be serialized into a big-endian format
- AsDer
- Trait for types that can be serialized into a DER format.