Fix a bug in argument validation. Force %$p > q$% in output. Use
authormdw <mdw>
Sat, 17 Jun 2000 12:07:19 +0000 (12:07 +0000)
committermdw <mdw>
Sat, 17 Jun 2000 12:07:19 +0000 (12:07 +0000)
commitf3099c167f8499b108e01783d589a6c408a7ea91
tree9e5076667c708b908a68ad6d24c8b046c51532eb
parentbb2e2fd89f5577ebbaaf6b721a48dea9f27ea4cd
Fix a bug in argument validation.  Force %$p > q$% in output.  Use
%$\lambda(n) = \lcm(p - 1, q - 1)$% rather than the more traditional
%$\phi(n) = (p - 1)(q - 1)$% when computing the decryption exponent.
rsa-recover.c