UNPKG

@hashcloak/semaphore-noir-artifacts

Version:
6 lines (5 loc) 591 B
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, };