Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface BitProof

    interface BitProof {
        challenge0: string;
        challenge1: string;
        commitmentTo0: string;
        commitmentTo1: string;
        response0: string;
        response1: string;
    }
    Index
    challenge0: string
    challenge1: string
    commitmentTo0: string

    Proves commitment is to 0 or 1 (OR-proof / Sigma protocol)

    commitmentTo1: string
    response0: string
    response1: string