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...
blog.dalw.in2 min readNo responses yet.