UNPKG

@nori-zk/proof-conversion

Version:

Verifying zkVM proofs inside o1js circuits, to generate Mina compatible proof

4 lines (3 loc) 132 B
import { Bytes } from 'o1js'; import { FrC } from '../../towers/index.js'; export declare function shaToFr(hashDigest: Bytes): FrC;