We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9fc62 commit 54f6e69Copy full SHA for 54f6e69
README.md
@@ -56,6 +56,19 @@ RUSTFLAGS='-C target-cpu=native' cargo run --release -- xmss --n-signatures 990
56
57

58
59
+### Fibonacci:
60
+
61
+n = 2,000,000
62
63
+```
64
+RUSTFLAGS='-C target-cpu=native' cargo test --release --package lean_prover --test test_zkvm -- --nocapture -- test_prove_fibonacci --exact --nocapture
65
66
67
+Proving time:
68
69
+- i9-12900H: 2.0 s (1.0 MHz)
70
+- mac m4 max: 1.2 s (1.7 MHz)
71
72
### Proof size
73
74
With conjecture "up to capacity", current proofs with rate = 1/2 are about ≈ 400 - 500 KiB, of which ≈ 300 KiB comes from WHIR.
0 commit comments