Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(avm): brillig CONST of size > u128 (AztecProtocol/aztec-packages…
…#5217) The AVM cannot support setting constants of field size (because the whole instruction has to fit in a field). To align Brillig with AVM bytecode, I'm changing bytecode emission for the case where the constant is > 128 bits. The current change splits the field into two 128bit limbs, and then multiplies and adds.
- Loading branch information