UNPKG

poseidon-h

Version:

Poseidon hash with alt_bn128 implementation in Typescript

3 lines (2 loc) 129 B
export { randomFieldElement, P } from "./ff"; export declare const poseidon: (inputs: string[] | number[] | bigint[]) => bigint;