@contentauth/c2pa-node
    Preparing search index...

    Interface HashedUri

    interface HashedUri {
        alg?: string;
        hash: Uint8Array;
        url: string;
    }
    Index

    Properties

    Properties

    alg?: string
    hash: Uint8Array
    url: string