|
|
1 year ago | |
|---|---|---|
| src | 1 year ago | |
| .gitignore | 1 year ago | |
| Cargo.lock | 1 year ago | |
| Cargo.toml | 1 year ago | |
| README.md | 1 year ago | |
Matrix vector product experiments
Instructions:
cargo test -- --nocapture and the number of constraints will be printedlib.rs lines 71 & 72 to test the different approaches:
let Az = mat_vec_mul_sparse_gadget(A, z);
// let Az = handcrafted_A_by_z(cs, z)?;