§3.8 — Zero-knowledge proof attached to an identity record.

interface ZKProof {
    nonce: string;
    proofBytes: string;
    scheme: string;
    statement: string;
    witnessCommitment: string;
}

Properties

nonce: string
proofBytes: string

Hex-encoded proof bytes

scheme: string
statement: string
witnessCommitment: string