This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Ananthakrishnan, lemburg, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, stutzbach, tim.peters, veky, vstinner
Date 2020-01-30.08:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580372218.91.0.6726719419.issue39479@roundup.psfhosted.org>
In-reply-to
Content
+0 from me as well; agreed with everything that Tim said (except that I've never had a need for the Carmichael function; my RSA implementations do the inefficient thing based on (p-1)(q-1)).

This is somewhat reminiscent of comb and perm: lcm is often taught as a natural counterpart to gcd, so despite the fact that it's less fundamental and has less utility, people often expect to see the two together.

@Ananthakrishnan: do you want to put together a PR? I'll commit to reviewing it if you do.
History
Date User Action Args
2020-01-30 08:16:58mark.dickinsonsetrecipients: + mark.dickinson, lemburg, tim.peters, rhettinger, vstinner, stutzbach, steven.daprano, serhiy.storchaka, veky, Ananthakrishnan
2020-01-30 08:16:58mark.dickinsonsetmessageid: <1580372218.91.0.6726719419.issue39479@roundup.psfhosted.org>
2020-01-30 08:16:58mark.dickinsonlinkissue39479 messages
2020-01-30 08:16:58mark.dickinsoncreate