ECDH Curve 25519 Key Generation c implementation in Libgcrypt
I am trying to implement ECDH in libgcrypt. I have found examples online for how to compute a shared secret and I know how to do symmetric encryption I just can’t figure out how to generate the keypairs.