field.c: Push field-polynomial property into binary-field base class.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Oct 2019 09:41:34 +0000 (10:41 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2020 21:42:39 +0000 (22:42 +0100)
commit05711e0449327e8ad0ac6ed0fe8d868a2b2b10b0
treebe6312c2835762dbe79ea2ac6b114b38454d9efd
parentc51a597d1b79460a4225d42c6a76112b12c91a00
field.c: Push field-polynomial property into binary-field base class.

Using the same code as for prime fields was a mistake, but sharing the
same code between polynomial- and normal-basis fields works just fine;
but there's no point in duplicating the property-table entry when
there's a perfectly good superclass to hang the property off -- and it
already has a property table!
field.c