zkmove / halo2-verifier.move

A set of tooling of halo2 circuits verification in Move environments
Apache License 2.0
16 stars 4 forks source link

bugfix for function id suffix with kzg variant #66

Closed luxebeng closed 8 months ago

luxebeng commented 8 months ago

test result:

File: IsZero-verify-proof-gwc.json 2 │ "function_id": "0xdca1ccf3206b96619fa96a2dd31bfe21dd8b51bf2255ccce863173ba80fddaa9::verifier_api::verify_proof_gwc", ......

File: IsZero-verify-proof-shplonk.json 2 │ "function_id": "0xdca1ccf3206b96619fa96a2dd31bfe21dd8b51bf2255ccce863173ba80fddaa9::verifier_api::verify_proof_shplonk", ......