Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Development of mem SM: MemProxy, MemAlign, MemAlignRom, Mem, RomData,…
… InputData. (#153) * First commit on memory_checkpoint3 * Create input_data_sm.rs * mem_proxy to little endian * update to proofman 0.0.10 * Fix errors * mem align working * Write RO data sections using code instructions * Fix riscof test by not writing RO sections with addr=0 and fixing vector index * Ignore ELF sections with addr=0 * Mem align fully working * Cleaning the mem align * Removing hashmaps and cleaning up stuff a little bit * mem - mem_align integration * fix invalid assert on mem_align * Remove store_c_slice to fix parallel execution without memory * Mem align and mem fixes (#175) * Removing unnecessary code * update mem executors with correct call to register_predecessor * Memory required extended data to build Memory SM proof * Feature/custom commits (#166) * Custom cols rom (#159) Custom cols working --------- Co-authored-by: Xavier Pinsach <[email protected]> * Cached custom commits * Updating proofman to 0.0.12 * Global constraints verifying again * Optimizing the binary component (#167) * Optimizing the binary * Updating the executor * Updating to 0.0.13 * Not creating unnecessary instances of arith tables * Pil2-proofman 0.0.14 --------- Co-authored-by: Xavier Pinsach <[email protected]> Co-authored-by: Héctor Masip Ardevol <[email protected]> * remove old input_data.pil * Zisk working with last proofman version * Updating book and Cargo.toml to point to 0.0.16 proofman * fix minor bug after update develop changes * fix bug on additional mem calculation * update direct_global continuations * update mem pil comments * fix last bugs on memory, added documentation --------- Co-authored-by: Xavier Pinsach <[email protected]> Co-authored-by: Héctor Masip <[email protected]> Co-authored-by: zkronos73 <[email protected]> Co-authored-by: Roger Taulé Buxadera <[email protected]> Co-authored-by: RogerTaule <[email protected]>
- Loading branch information