Create a proof for an insecure document.
See CreateProofParams for details.
The proof for the document.
Generate a hash of the canonical proof configuration and document.
See GenerateHashParams for details.
The hash string of the proof configuration and document.
Serialize the proof into a byte array.
See ProofSerializationParams for details.
The serialized proof.
Verify the proof by comparing the hash of the proof configuration and document to the proof bytes.
See ProofVerificationParams for details.
True if the proof is verified, false otherwise.
Transform a document (secure didUpdateInvocation or insecure didUpdatePayload) into canonical form.
See TransformDocumentParams for details.
The canonicalized document.
Verify a proof for a secure document.
The secure document to verify.
The result of the verification.
Interface representing a BIP-340 Cryptosuite. ICryptosuite