chiark / gitweb /
gf: New methods for various modular operations.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 5 Apr 2006 23:07:56 +0000 (00:07 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 5 Apr 2006 23:07:56 +0000 (00:07 +0100)
commitfbc145f3a0f8cd119f7f9a9999eecbea0bb20dd4
tree6c2c9e44852c936cf83fc891851fc1f8e9e2f56d
parentbf8910bde6a430a64868ef70319f94e94114c82c
gf: New methods for various modular operations.

Modular square root and quadratic solution, and trace and halftrace.
Implemented in C for GFReduce, with thin Python glue for GF objects.
catacomb/__init__.py
mp.c