https://github.com/symbolicsoft/soundcalc-lean
A universal soundness calculator across hash-based zkEVMs and security regimes, proven in Lean
https://github.com/symbolicsoft/soundcalc-lean
zkevm
Last synced: 9 days ago
JSON representation
A universal soundness calculator across hash-based zkEVMs and security regimes, proven in Lean
- Host: GitHub
- URL: https://github.com/symbolicsoft/soundcalc-lean
- Owner: symbolicsoft
- Created: 2026-06-12T13:10:57.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2026-06-18T22:04:24.000Z (9 days ago)
- Last Synced: 2026-06-19T00:08:16.351Z (9 days ago)
- Topics: zkevm
- Language: Lean
- Homepage: https://symbolic.software
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# soundcalc-lean
A Lean 4 port of [soundcalc](https://github.com/your-org/soundcalc), following a pedagogical roadmap.
The calculator is a definition; the report is a theorem; the what-if is a quantified theorem.
Current state: milestone M0 seed — `secBits` and one kernel-checked cell of
`reports/sp1.md` (SP1 core query phase, 100 bits).
## Build
```sh
lake exe cache get # fetch prebuilt Mathlib oleans (do this before lake build)
lake build
```
Pinned to Lean `v4.30.0` / Mathlib `v4.30.0`.