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>
Mon, 25 Nov 2019 17:43:08 +0000 (17:43 +0000)
commitc6e445a76719d859eba4413ca42cedb2745f8a04
treeb5cc7c8284a38714ef81ffc1f5df6c6a877a7c38
parent8dd6ebb3267ad16ed43eeea1d625be4937eaade1
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