pkcs8::PublicKeyBytes
Adds a type for representing serialized Ed25519 public keys. The type implements the serialization traits from the `spki` crate, which is used for representing the public keys associated with a PKCS#8-encoded private key.
Adds an `ed25519::pkcs8::KeypairBytes` type which impls the `FromPrivateKey`/`ToPrivateKey` traits from the `pkcs8` crate.