ECDH Key Agreement in Rust using Ring
In this post I show you how to implement an ECDH key exchange using the agreement module of the Rust cryptography library Ring. We will go through generating a public/private key pair, exchanging public keys with a peer and then using the agree_ephemeral function to securely compute a shared secret.… Read More »ECDH Key Agreement in Rust using Ring