Suneal
Suneal
[ARC0080-README](https://github.com/AleoHQ/ARCs/blob/108c44c4deadb4166be30fae4dfc48d3413969b1/arc-0080/README.md) The current Aleo system permits the assignment of a `Record` to any address, including program addresses. However, programs cannot spend a `Record`. Consequently, any `Record` assigned to a program...
The verifier only uses the `padded_trace_length` to verify the proof: ```rust let padded_trace_length = proof.trace_length.next_power_of_two(); ``` The prover can provide a larger `proof.trace_length` value (e.g. `proof.trace_length + 1`) that is...