modulepackage
0.1.0
Repository: https://github.com/bluelogiclabs/sealcheck.git
Documentation: pkg.go.dev
# README
sealcheck
CLI utility for checking Planet seal proofs. Documentation
Seal is a mechanism for cryptographically proving that a note is created before a specific time.
Seal works by periodically rolling up Planet's event log into a Merkle tree and submitting the root of the tree to the Certificate Transparency public ledger by requesting a certificate for the domain name [root-hash].production.planet-seal.net
. Once the proof for a note is generated, you can download it through the "Seal" entry in the note menu.
Usage
$ ./sealcheck validate ./seal_proof.json
SealCheck: ./seal_proof.json
Validation OK. Certificate issued at 2022-06-01 01:12:23 +0000 UTC.
# Packages
No description provided by the author
# Functions
No description provided by the author