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

Square root: add Element.Sqrt() API #4

Closed gbotrel closed 4 years ago

gbotrel commented 4 years ago

signature would be func (z *Element) Sqrt(x *Element) *Element