From: mdw Date: Thu, 1 Apr 2004 12:50:09 +0000 (+0000) Subject: Add cyclic group abstraction, with test code. Separate off exponentation X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/34e4f738bcba58e6d8c4cabbb0b3232a65b42a9d?hp=34e4f738bcba58e6d8c4cabbb0b3232a65b42a9d Add cyclic group abstraction, with test code. Separate off exponentation functions for better static linking. Fix a buttload of bugs on the way. Generally ensure that negative exponents do inversion correctly. Add table of standard prime-field subgroups. (Binary field subgroups are currently unimplemented but easy to add if anyone ever finds a good one.) ---