Structs§
- KeyPair
- Public
Key - A Diffie-Hellman public key
- Static
Secret - A Diffie-Hellman secret key that can be used to compute multiple
SharedSecret
s.
Enums§
Functions§
- generate_
keypair - Generate a keypair, in DER format
- parse_
openssl_ 25519_ privkey - Parse an OpenSSL Ed25519 or X25519 private key, either in PEM or DER format
- parse_
openssl_ 25519_ privkey_ der - Parse a DER ED25519 or X25519 private key, and return the corresponding
x25519_dalek::StaticSecret
- parse_
openssl_ 25519_ pubkey - Parse an OpenSSL Ed25519 or X25519 public key, either in PEM or DER format
- parse_
openssl_ 25519_ pubkey_ der - Parse a DER Ed25519 or X25519 public key, and return the corresponding
x25519_dalek::PublicKey
- parse_
openssl_ 25519_ pubkeys_ pem_ many - Parse several contiguous OpenSSL Ed25519 org X25519 public keys in PEM format