exonum_crypto

Module x25519

Source
Expand description

X25519 related types and methods used in Diffie-Hellman key exchange.

Structs§

  • Curve25519 public key used in key exchange. This key cannot be directly generated and can only be converted from Ed25519 PublicKey.
  • Curve25519 secret key used in key exchange. This key cannot be directly generated and can only be converted from Ed25519 SecretKey.

Constants§

Functions§