Files
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
..