Expand description
Functions for the Proof Certificate System.
Provides creation, verification, serialization, and deserialization of
ProofCertificate values using FNV-1a structural hashing.
Functionsยง
- create_
certificate - Create a new
ProofCertificatefor the given declaration. - deserialize_
cert - Deserialize a
ProofCertificatefrom the compact text format produced byserialize_cert. - hash_
declaration - Compute a structural FNV-1a hash of a
ConstantInfodeclaration. - hash_
expr - Compute a structural FNV-1a hash of an expression.
- serialize_
cert - Serialize a
ProofCertificateto a compact text format. - verify_
certificate - Verify a certificate against the live environment.