Crate rs_x25519

Source
Expand description

ยงX25519 - rs_x25519 - ECDH Function

Important Note: This crate is still a work in progress and is not ready for consumption.

X25519 is an elliptic curve Diffie-Hellman key exchange scheme, which was introduced by D. J. Bernstein in 2006. It is widely used in various security protocols, including:

  • Secure Shell (SSH),
  • Transport Layer Security (TLS),
  • Internet Protocol Security (IPsec), etc.

This crate implements X25519 as part of the RustyShield project.