2 Commits

Author SHA1 Message Date
Tony Arcieri 40cab54bb7 ed25519: add pkcs8::PublicKeyBytes type (#455)
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.
2022-03-18 12:31:28 -06:00
Tony Arcieri 3297e5577d ed25519: add PKCS#8 support (#381)
Adds an `ed25519::pkcs8::KeypairBytes` type which impls the
`FromPrivateKey`/`ToPrivateKey` traits from the `pkcs8` crate.
2021-10-10 10:01:07 -06:00