From: mdw Date: Sat, 17 Jun 2000 12:07:19 +0000 (+0000) Subject: Fix a bug in argument validation. Force %$p > q$% in output. Use X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/f3099c167f8499b108e01783d589a6c408a7ea91?ds=inline;hp=f3099c167f8499b108e01783d589a6c408a7ea91 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. ---