Module ed25519::pkcs8

source ·
Available on crate feature pkcs8 only.
Expand description

PKCS#8 private key support.

Implements Ed25519 PKCS#8 private keys as described in RFC8410 Section 7: https://datatracker.ietf.org/doc/html/rfc8410#section-7

SemVer Notes

The pkcs8 module of this crate is exempted from SemVer as it uses a pre-1.0 dependency (the pkcs8 crate).

However, breaking changes to this module will be accompanied by a minor version bump.

Please lock to a specific minor version of the ed25519 crate to avoid breaking changes when using this module.

Re-exports

  • pub use pkcs8::spki;

Structs

Enums

Constants

Traits

Type Aliases