ecdhe
November 2, 2023 · View on GitHub
Elliptic curve Diffie–Hellman (ECDH) key exchange protocol in pure V language
Elliptic curve Diffie–Hellman (ECDH) key exchange protocol that allows two parties, each having an elliptic curve public–private key pair, to establish a shared secret over an insecure channel. Currently, its only support Curve25519.