标签: go diffie-hellman
是否存在与以下openssl命令等效的Golang?
openssl dhparam -out dh.pem 2048
我希望能够使用golang生成Diffie-Hellman参数,而无需调用openssl。