Skip to content

Commit

Permalink
test: update circuit statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokub committed Sep 21, 2022
1 parent 90ed700 commit 4b491c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified internal/stats/latest.stats
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/stats/snippet.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func initSnippets() {
mimc.Write(newVariable())
_ = mimc.Sum()
})
registerSnippet("math/emulated/secp256k1_32", func(api frontend.API, newVariable func() frontend.Variable) {
registerSnippet("math/emulated/secp256k1_64", func(api frontend.API, newVariable func() frontend.Variable) {
secp256k1, _ := emulated.NewField[emulated.Secp256k1](api)

newElement := func() emulated.Element[emulated.Secp256k1] {
Expand Down

0 comments on commit 4b491c9

Please sign in to comment.