标签: c openssl cryptography elgamal
我需要为ElGamal密码系统生成原始的根模n,其中n-是大质数。如何使用OpenSSL生成它?
是否有特殊的函数,例如primary_root(...)?我没发现像这样的东西。