UNPKG

o1js

Version:

TypeScript framework for zk-SNARKs and zkApps

8 lines (7 loc) 239 B
import { UInt64 } from '../int.js'; import { FlexibleBytes } from '../bytes.js'; export { BLAKE2B }; declare const BLAKE2B: { hash(data: FlexibleBytes, digestLength?: number): import("../bytes.js").Bytes; readonly IV: UInt64[]; };