gcd: General tidying up.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 7 Feb 2006 19:32:47 +0000 (19:32 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 7 Feb 2006 19:32:47 +0000 (19:32 +0000)
commitcf76bcbb2097c36912fae1c8a6cc77f0ce4bfafd
tree422e81e0aebd9322b028235de42c21d194c8d9d0
parent50c46275b6a5100b020493adbd27bc361704ffda
gcd: General tidying up.

  * Implement a GCD algorithm in calc/gfx.cal (partly to help with
    testing the Python bindings).

  * Clean up the MP and GF implementations: expunge incorrect commentary
    and redundant code.
calc/gfx.cal
gf-gcd.c
mp-gcd.c