UNPKG

@xorddotcom/shield

Version:

p align="center" > <img src="https://xord.notion.site/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F283b98b7-fdae-4e5a-acaf-248242084e4a%2FICON.png?table=block&id=5306223c-a4f7-45d1-9f54-b9a5f4004cd6&spaceId=49976899-64a1-40f

16 lines 766 B
export declare const WrappedSnarkJs: { groth16: { setup: (r1csPath: string, ptauPath: string, zkeyPath: string) => Promise<any>; contribute: (zkeyPath: string, finalZkPath: string, contributer: string, entropy: string) => Promise<any>; }; plonk: { setup: (r1csPath: string, ptauPath: string, zkeyPath: string) => Promise<any>; }; util: { generateVkey: (zkeyPath: string, vKeyPath: string) => Promise<void>; generateSolidityVerifier: (zkeyPath: string, solidityPath: string) => Promise<any>; downloadPtau: (ptauPath: string, ptau: string) => Promise<void>; generateWtns: (wtnsPath: string, wasmPath: string, input: any) => Promise<Uint8Array>; }; }; //# sourceMappingURL=snarkjs.d.ts.map