UNPKG

poseidon-h

Version:

Poseidon hash with alt_bn128 implementation in Typescript

3 lines (2 loc) 122 B
export declare const pow5: (v: bigint) => bigint; export declare const mix: (state: bigint[], m: bigint[][]) => bigint[];