@hashcloak/semaphore-noir-artifacts
Version:
Utilities for downloading snark artifacts
6 lines (5 loc) • 591 B
TypeScript
export { download, maybeDownload } from './download/download';
export * from './index.shared';
import maybeGetSnarkArtifacts, { BatchingCircuitType, getCompiledBatchCircuitWithPath, getCompiledNoirCircuitWithPath, maybeGetBatchSemaphoreVk, maybeGetBatchVkPath } from './download/index.node';
import { maybeGetCompiledNoirCircuit, maybeGetNoirVk } from './download/index.node';
export { BatchingCircuitType, getCompiledBatchCircuitWithPath, getCompiledNoirCircuitWithPath, maybeGetBatchSemaphoreVk, maybeGetBatchVkPath, maybeGetCompiledNoirCircuit, maybeGetNoirVk, maybeGetSnarkArtifacts, };