field.c: Return the binary-field polynomial as, err, a polynomial.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Oct 2019 09:39:23 +0000 (10:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 22 Nov 2019 22:18:10 +0000 (22:18 +0000)
commit56e8606ccec4aaa4958ec7027d133bbe7b80fb2d
treeb9c74872636364a4928e91927b4cff1025514cca
parent67ac03c93a1ad6aa969887bfa380ca29dc6b510f
field.c: Return the binary-field polynomial as, err, a polynomial.

Sharing the extraction code with the prime-field case means it gets
returned as an integer.
field.c