delayed disclosure and verifiable claims

1 min read Original article ↗

Question. Can a person record a claim today, keep it private for a while, and later let anyone verify what was originally recorded?

Yes.

  1. The author writes a claim and signs its canonical attestation with an Ed25519 key. Optional public-account references connect that key to the author.
  2. A random 32-byte salt is included before hashing. The public commitment identifies the attestation without exposing a short claim to guessing.
  3. The signed attestation can be encrypted for a future drand round. The plaintext remains private until disclosure.
  4. After disclosure, a verifier checks the signature and recomputes the commitment from the revealed attestation.
Three overlapping circles show authorship, content, and time converging on a verifiable claim.