How to: use the Elliptic Curve Diffie Hellman library in Go
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...
Mar 11, 20232 min read1.6K