UNPKG

@tokamak-zk-evm/synthesizer

Version:

Tokamak zk-EVM Synthesizer - Processes Ethereum transactions into wire maps for Tokamak zk-SNARK proof generation

6 lines 351 B
export { Synthesizer } from './core/synthesizer.js'; export { OPERATION_MAPPING } from './operations/index.js'; export { DataPointFactory } from './pointers/dataPointFactory.js'; export type { CreateDataPointParams, DataPt } from './types/index.js'; export { SynthesizerValidator } from './validation/validator.js'; //# sourceMappingURL=index.d.ts.map