UNPKG

@tokamak-zk-evm/synthesizer

Version:

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

5 lines 278 B
export { Synthesizer } from './core/synthesizer.js'; export { OPERATION_MAPPING } from './operations/index.js'; export { DataPointFactory } from './pointers/dataPointFactory.js'; export { SynthesizerValidator } from './validation/validator.js'; //# sourceMappingURL=index.js.map