How to: use the Elliptic Curve Diffie Hellman library in Go
Mar 11, 2023 · 2 min read · Go introduced a new library called Elliptic Curve Diffie Hellman(crypto/ecdh) in v1.20. Let's see how to use this library to exchange encrypted data between two entities without sharing the secret that was used to encrypt the data. Generate public ke...
Join discussion