Skip to content

Commit

Permalink
refactor: more changes to accomodate users
Browse files Browse the repository at this point in the history
  • Loading branch information
gbotrel committed Jan 11, 2025
1 parent dcf62e0 commit 7a37994
Show file tree
Hide file tree
Showing 11 changed files with 251 additions and 171 deletions.
75 changes: 45 additions & 30 deletions ecc/bls12-377/fr/sis/sis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions ecc/bls12-377/fr/sis/sis_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 45 additions & 30 deletions field/babybear/sis/sis.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions field/babybear/sis/sis_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions field/generator/internal/templates/fft/tests/fft.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ func BenchmarkFFTDIFReference(b *testing.B) {
}
}


func evaluatePolynomial(pol []{{ .FF }}.Element, val {{ .FF }}.Element) {{ .FF }}.Element {
var acc, res, tmp {{ .FF }}.Element
res.Set(&pol[0])
Expand Down
Loading

0 comments on commit 7a37994

Please sign in to comment.