From 6b22f9bfdae5c1a601b96a8546ea2d2f8a11f66a Mon Sep 17 00:00:00 2001 From: mrwulf Date: Thu, 2 Jul 2026 23:58:30 +0200 Subject: [PATCH] coherence pass 1: TRUSTED-BASE scalar notes + both check-button docs Co-Authored-By: Claude Fable 5 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e5dfaac..53212a8 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,14 @@ cd verification ./check.sh # compiles EVERY shipped file + axiom-audits EVERY certificate ``` +The scalar layer has its own pair of buttons: + +```bash +./extract-scalar.sh # regenerates gen/CurveScalar (Scalar52 limb arithmetic) +./check-scalar.sh # compiles the scalar gen + the proven scalar foundation +``` + + ## Trusted base See [TRUSTED-BASE.md](TRUSTED-BASE.md) for the complete list of assumptions