UNPKG

poseidon-h

Version:

Poseidon hash with alt_bn128 implementation in Typescript

8 lines (7 loc) 186 B
import { Constant } from "."; export interface RowConstant { p: number; m: string[][]; c: string[]; } export declare const loadConstant: (constant: RowConstant) => Constant;