AztecProtocol / barretenberg

Apache License 2.0
126 stars 77 forks source link

Optimise conversion between cycle_scalar and bigfield #1016

Open maramihali opened 1 month ago

maramihali commented 1 month ago

The current version is wasteful in terms of gates added. An alternative is to make arithmetic operations between cycle_scalar elements possible so we don't have to do the conversion in the ECCVM recursive verifier.