CML
    Preparing search index...

    Type Alias MerkleMap

    One merkle map from the c2pa.hash.bmff.v3 assertion (§18.6).

    type MerkleMap = {
        alg: string | null;
        count: number;
        exclusions: readonly BmffHashExclusion[];
        hashes: readonly Uint8Array[];
        initHash: Uint8Array | null;
        localId: number;
        offsetPrefixSize: number;
        uniqueId: number;
    }
    Index

    Properties

    alg: string | null
    count: number
    exclusions: readonly BmffHashExclusion[]
    hashes: readonly Uint8Array[]
    initHash: Uint8Array | null
    localId: number
    offsetPrefixSize: number
    uniqueId: number