Interface SerializedKeySet

interface SerializedKeySet {
    prepareProvingKey: Uint8Array;
    prepareVerifyingKey: Uint8Array;
    showProvingKey: Uint8Array;
    showVerifyingKey: Uint8Array;
}

Properties

prepareProvingKey: Uint8Array
prepareVerifyingKey: Uint8Array
showProvingKey: Uint8Array
showVerifyingKey: Uint8Array