Commit 194d4ac
authored
Enhances developer experience a bit by,
- Generics,
- Removes the const generics `C`, `W`, `WIT_LEN`.
- Renames `C` to `KAPPA` (number of rows in the Ajtai matrix);
- Renames `W` to `N` (number of columns in the Ajtai matrix, decomposed
witness size).
- Examples,
- Reduces the similar examples to a single one using Goldilocks;
- Removes stark-specific parameters.
1 parent bf2ac6d commit 194d4ac
File tree
26 files changed
+1591
-2187
lines changed- crates/latticefold
- benches
- examples
- src
- arith
- commitment
- nifs
- decomposition
- tests
- folding
- tests
- linearization/tests
26 files changed
+1591
-2187
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments