UNPKG

@reclaimprotocol/zk-symmetric-crypto

Version:
4 lines (3 loc) 356 B
import type { EncryptionAlgorithm, FileFetch, Logger, MakeZKOperatorOpts, ZKOperator } from '../types.ts'; export declare function makeGnarkZkOperator({ algorithm, fetcher }: MakeZKOperatorOpts<{}>): ZKOperator; export declare function initGnark(algorithm: EncryptionAlgorithm, fetcher: FileFetch, logger?: Logger): Promise<import("./utils.ts").GnarkLib>;