Class NativeBackend

Constructors

Accessors

Methods

  • Returns Promise<
        {
            prepareProof: Uint8Array;
            showProof: Uint8Array;
            prepareInstance: Uint8Array;
            showInstance: Uint8Array;
            prepareWitness: Uint8Array;
            showWitness: Uint8Array;
            sharedBlinds: Uint8Array;
        },
    >