noir-lang / zk_bench

Benchmark circom and noir on some standard primitives from circomlib/noir stdlib
MIT License
0 stars 0 forks source link

fix: Capitalize `Field`s in Noir tests #10

Closed Savio-Sou closed 1 month ago

Savio-Sou commented 1 month ago

Description

Problem*

Some of the Noir tests failed to run as they are using the deprecated field syntax.

Summary*

Update all such values to Fields.

(Also supplemented minor additions to .gitignore as a part of this PR.)

PR Checklist*