mirror of
https://github.com/saymrwulf/risc0-ed25519-verified.git
synced 2026-09-03 19:53:45 +00:00
Compare commits
No commits in common. "d3318b6f7912e5a86076c0994e3641b0b4a9593d" and "98a13a68539b20ac0279876848aea3687e523462" have entirely different histories.
d3318b6f79
...
98a13a6853
1 changed files with 8 additions and 0 deletions
|
|
@ -122,3 +122,11 @@ scalar + the verify path's reachable code), regenerated in full by
|
|||
See [TRUSTED-BASE.md](TRUSTED-BASE.md) for the complete list of assumptions
|
||||
(Lean kernel, mathlib, Charon/Aeneas semantics, external-function models,
|
||||
and — in the signature layer only — an opaque SHA-512 model).
|
||||
|
||||
## Provenance
|
||||
|
||||
Proof engineering in this repository builds on the verification methodology
|
||||
and proof architecture of
|
||||
[PlanetMacro/ed25519-verificationtest](https://github.com/PlanetMacro/ed25519-verificationtest)
|
||||
(the reference solution). All proofs here are checked against **this fork's
|
||||
own extracted code**; nothing is claimed that the check script does not compile.
|
||||
|
|
|
|||
Loading…
Reference in a new issue