Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LogUp stark memory example (#946)
* create file * continuity and single value constraint * imp air * permutation constraint * evaluate function for SingleValueConstraint * add last element constraint * add public inputs * add sort function for the trace * add integration test * fix clippy * fix constraints * add documentation * handle possible panic * rename variables * fix doc * FRI verification fail * different way of doing logup rap * add m0 public input boundary constraint * change end expemtions to 1 * change cp degree bound * fix clippy * fix comment * fix read_mem and tests for small fields. And add byteConversion for degree4BabyBear * Add AsBytes for FE<Degree4BabyBear> * fix cargo check with no-std * fix cargo fmt * fix cargo fmt * fix cargo fmt * fix clippy no-std * disable log up read only memory test for metal * fix clippy metal * revert commit * fix cargo test metal * Change extend for extend_to_slice. Add blog post reference. Fix crate import. * revert extend_from_slice to extend --------- Co-authored-by: Nicole <nicole@Nicoles-MacBook-Air.local> Co-authored-by: Joaquin Carletti <joaquin.carletti@lambdaclass.com> Co-authored-by: jotabulacios <jbulacios@fi.uba.ar> Co-authored-by: jotabulacios <45471455+jotabulacios@users.noreply.github.com> Co-authored-by: Diego K <43053772+diegokingston@users.noreply.github.com>
- Loading branch information