Skip to content

Commit b897f1e

Browse files
committed
docs
1 parent b694ff3 commit b897f1e

4 files changed

Lines changed: 1 addition & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ cargo run --release -- recursion --n 2
5252

5353
| Proven | Conjectured |
5454
| --------------- | --------------- |
55-
| 0.75s - 188 KiB | 0.57s - 116 KiB |
55+
| 0.8s - 188 KiB | 0.57s - 116 KiB |
5656

5757

5858
### Bonus: unbounded recursive aggregation

crates/lean_compiler/zkDSL.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -435,16 +435,6 @@ poseidon16_compress(left, right, output)
435435
- `right`: pointer to 8 field elements
436436
- `res`: pointer to result (8 elements)
437437

438-
### poseidon24_compress
439-
Width-24 Poseidon compression: `output = (Poseidon(left || right) + (left || right))` (feedforward).
440-
```
441-
poseidon16_compress(leaf_a, leaf_b, parent_hash)
442-
poseidon16_compress(state, data, new_state)
443-
```
444-
- `left`: pointer to 9 field elements (capacity)
445-
- `right`: pointer to 15 field elements (rate)
446-
- `res`: pointer to result (9 elements)
447-
448438
### Extension Operations
449439

450440
Six built-in functions route through a single `extension_op` precompile table. Each combines an element-wise operation with an accumulation over `length` element pairs.

minimal_zkVM.pdf

18 Bytes
Binary file not shown.

misc/images/fancy-aggregation.png

143 KB
Loading

0 commit comments

Comments
 (0)