We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I've failed to re-generate generated code for the curves arithmetics.
Steps to reproduce
goff
make
gnark
cd ecc/bls381
go generate
running goff version 0.1.0-alpha generating fp/element.go generating fp/arith.go generating fp/element_test.go running goff version 0.1.0-alpha generating fr/element.go generating fr/arith.go generating fr/element_test.go generating e2.go generating e2_test.go generating e6.go generating e6_test.go generating e12.go error: template: :593:7: executing "" at <(eq .Fp6NonResidue "0,1") and (eq .Fp "258664426012969094010652733694893533536393512754914660539884262666720468348340822774968888139573360124440321458177")>: can't give argument to non-function eq .Fp6NonResidue "0,1" exit status 255 bls381.go:14: running "go": exit status 1
The text was updated successfully, but these errors were encountered:
c46beb5
Indeed, we noticed that with Go 1.14 update --> it was fixed in develop and now merged into master.
develop
master
Note also that in this new merge, goff is used as a go.mod dependency, not a binary, to ensure proper versioning.
Sorry, something went wrong.
Merge pull request Consensys#6 from ThomasPiellard/audit/L-07
a6d7ed7
Audit/l 07
feat: no duplicate constants Consensys#6
ff2525c
No branches or pull requests
Hello,
I've failed to re-generate generated code for the curves arithmetics.
Steps to reproduce
goff
updated to current master and built withmake
.gnark
updated to current master.gnark
foldercd ecc/bls381
go generate
The text was updated successfully, but these errors were encountered: