Available on crate feature
encode
only.Expand description
Code for constructing and signing certificates.
Only available when the crate is built with the encode
feature.
Structs§
- Encoded
Ed25519 Cert - An encoded ed25519 certificate,
created using
Ed25519CertConstructor::encode_and_sign
.