UNPKG

poseidon-h

Version:

Poseidon hash with alt_bn128 implementation in Typescript

11 lines (10 loc) 212 B
export declare const F = 8; export declare const HALF_F: number; export interface Constant { p: number; m: bigint[][]; c: bigint[]; } export declare const constants: { [key: number]: Constant; };