@nori-zk/proof-conversion
Version:
Verifying zkVM proofs inside o1js circuits, to generate Mina compatible proof
11 lines (10 loc) • 518 B
TypeScript
export type * from './compute/types.js';
export type * from './api/risc0/schema.js';
export type * from './api/snarkjs/schema.js';
export type * from './api/sp1/schema.js';
export type * from '@nori-zk/proof-conversion-utils';
export { parsePublicInputsProvable as parsePlonkPublicInputsProvable } from './plonk/parse_pi.js';
export { wordToBytes } from './sha/utils.js';
export { NodeProofLeft } from './structs.js';
export { FrC } from './towers/fr.js';
export { DeferredPromise } from './utils/DeferredPromise.js';