Record integrity

Verify the public memory.

Every finalized governance export contains its canonical payload, SHA-256 digest, Ed25519 signature, and signing-key identifier. That proves whether the published snapshot changed after certification.

1. Download the exact record

Open a council result and choose JSON. The payload object is the canonical signed content; the verification object carries the digest, signature, and key identifier.

Browse public records

2. Recreate and verify

Serialize the payload using canonical JSON key ordering, calculate its SHA-256 digest, then verify the Ed25519 signature over that canonical UTF-8 payload with the public key shown here.

algorithm: Ed25519
digest: SHA-256
canonical schema: renasca.public-governance-record.v1

What a valid signature means

It proves the file matches the snapshot signed by Renasca’s publication bot. It does not make the underlying decision infallible, reveal protected evidence, or replace the documented appeal process.