Skip to content

Commit f64a5da

Browse files
committed
update WHIR target + add a link to deepwiki in README
1 parent 44400aa commit f64a5da

File tree

3 files changed

+56
-53
lines changed

3 files changed

+56
-53
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ The VM design is inspired by the famous [Cairo paper](https://eprint.iacr.org/20
1616

1717
Details on how to prove AIR constraints in the multilinear settings are described in [Whirlaway.pdf](Whirlaway.pdf).
1818

19+
[Deep-wiki](https://deepwiki.com/leanEthereum/leanMultisig/1-overview) (thanks [adust09](https://github.com/adust09))
20+
1921

2022
## Benchmarks
2123

docs/benchmark_graphs/graphs/recursive_whir_opening.svg

Lines changed: 53 additions & 52 deletions
Loading

docs/benchmark_graphs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_duration_graph(data, target, target_label, title, y_legend, file):
6060
('2025-09-09', 1.32),
6161
('2025-09-10', 0.970),
6262
('2025-09-14', 0.825),
63-
], target=0.25, target_label="Target (0.25 s)", title="Recursive WHIR opening", y_legend="Proving time (s)", file="recursive_whir_opening")
63+
], target=0.125, target_label="Target (0.125 s)", title="Recursive WHIR opening", y_legend="Proving time (s)", file="recursive_whir_opening")
6464

6565
create_duration_graph(data=[
6666
('2025-08-27', 14.2),

0 commit comments

Comments
 (0)