mirror of
https://github.com/saymrwulf/proof-aware-crypto-tooling-agent.git
synced 2026-09-03 19:53:43 +00:00
README: transparency-log section notes entry 13 (self-attestation) + leaf scope block
Deployed instance now 13 leaves; entry 13 attests the log's own accumulator machinery; the producer emits a per-leaf scope block. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
84e0eb8c23
commit
b03ebdd773
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -146,6 +146,16 @@ The log uses:
|
|||
- OpenSSL Ed25519 signatures today.
|
||||
- An explicit `ML-DSA-65` / FIPS 204 signature slot that is `unavailable` unless the host has a real backend. If an agent policy requires both signatures, verification fails closed.
|
||||
|
||||
The deployed instance ([ltl.zkdefi.org](https://ltl.zkdefi.org),
|
||||
mirror [`lean-transparency-log`](https://github.com/saymrwulf/lean-transparency-log))
|
||||
is live at **13 leaves**. Entry 13 (2026-07-16) attests the log's own
|
||||
accumulator machinery — a kernel-checked mechanization of the log's
|
||||
security analysis ([`ltl-accumulator-verified`](https://github.com/saymrwulf/ltl-accumulator-verified)),
|
||||
appended into the log itself and scoped to the mechanized model. The
|
||||
producer path that generated it now emits a `scope` block into each leaf
|
||||
(guarantees / exclusions / deployment-constraints), so a leaf carries its
|
||||
own honest scope, not just a claim card.
|
||||
|
||||
Example:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue