Consensys / goff

goff (go finite field) is a unix-like tool that generates fast field arithmetic in Go.
https://hackmd.io/@zkteam/goff
Apache License 2.0
76 stars 12 forks source link

Bytes and SetBytes methods #19

Closed ThomasPiellard closed 4 years ago

ThomasPiellard commented 4 years ago

Addition of conversion functions from/to byte slice. The conversions are done on the regular form of the numbers, the byte slice represents an Element in big Endian, in regular form.