@nori-zk/proof-conversion
Version:
Verifying zkVM proofs inside o1js circuits, to generate Mina compatible proof
10 lines (9 loc) • 329 B
TypeScript
/**
* Core validation utilities and type guard system.
*
* Exports validation functions, error types, and all type guard validators.
* Platform-specific validation (risc0, snarkjs, sp1) must be imported separately.
*/
export * from './guards/index.js';
export * from './validation.js';
export * from './ValidationError.js';