UNPKG

poseidon-h

Version:

Poseidon hash with alt_bn128 implementation in Typescript

4 lines (3 loc) 147 B
export declare const P: bigint; export declare const randomFieldElement: () => bigint; export declare const isOverflow: (element: bigint) => void;