--- pgp/src/rsagen.h 2018/04/24 16:37:53 1.1.1.1 +++ pgp/src/rsagen.h 2018/04/24 16:45:34 1.1.1.6 @@ -14,10 +14,6 @@ NOTE: This assumes previous inclusion of "mpilib.h" and "genprime.h" */ -void derive_rsakeys(unitptr n,unitptr e,unitptr d, - unitptr p,unitptr q,unitptr u,short ebits); - /* Given primes p and q, derive RSA key components n, e, d, and u. */ - int rsa_keygen(unitptr n,unitptr e,unitptr d, unitptr p,unitptr q,unitptr u,short keybits,short ebits); /* Generate RSA key components p, q, n, e, d, and u. */