The following benchmarks, run with target/debug/circom --llzk --llzk_plaintext, take more than 90 second to complete.
applications/keccak256-circom/src/keccakfRound20_test.circom
applications/keccak256-circom/src/keccakfRound0_test.circom
applications/keccak256-circom/src/keccakf_test.circom
applications/keccak256-circom/src/absorb_test.circom
Investigate what causes the slowdown. Is it in the parsing and AST building from upstream circom or in code added by circom-to-llzk? Can their performance be improved?
The following benchmarks, run with
target/debug/circom --llzk --llzk_plaintext, take more than 90 second to complete.Investigate what causes the slowdown. Is it in the parsing and AST building from upstream circom or in code added by
circom-to-llzk? Can their performance be improved?