Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
air_private_input
flag to cairo1-run (#1559)
* Add proof_mode flag to cairo1-run * Add Changelog entry * Clippy * clippy * Add `air_public_input` flag * Progress * Update builtins stop ptrs when running cairo 1 * Change visibility * Change visibility * Fix * Fix trace not enables * Build execution public memory * Handle EcOp case * Fix typo * Use cleaner solution * Fix * Improve comments * Add changelog entry * Add args flag * Handle arguments * Handle arg size & add tests * Parse array arguments * Fix language * reorder * Add changelog entry * Move programs with args to an inner folder * Implement get_air_private_input for RangeCheck; * Implement air_private_input for Bitwise; * Implement air_private_input for Hash * Update proof_programs symlinks * Add EcOp priv input variant * Implement air_private_input for EcOp * Implement air_private_input for Poseidon & Signature * Implement air_private_input for Keccak * Add AirPrivateInput serialization * Remove unwrap * Add targets to compare private inputs against python vm * Add separate script to compare private inputs * Ignore & Clean output files * Fix target * Fix README example * Fix + fmt * Fetch absolute paths in cli and remove feature-gate * Fix ecdsa private input * Add no-std import * Add Chaneglog entry * Update README * Add cli tests * Add case to cli test * Fix conditional * Add no-std import * fmt * fix * Add air_private_input flag * Remove unwraps * fix * Add new flag to tests * Add Cli argument list to README * Add Chaneglog entry * Fix changelog * Add tests so coverage doesnt sink * Fix test * Fix test * Fix test * Add tests so coverage doesnt sink * Fix test * Fix test * Fix test * Fix symlink * Remove broken file * Add air_private_input check to CI * Fix changelog * Fix changelog * Fix changelog * Fix changelog
- Loading branch information