UNPKG
poseidon-h
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Poseidon hash with alt_bn128 implementation in Typescript
github.com/inverse-technology/poseidon-ts
poseidon-h
/
dist
/
index.d.ts
3 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
export
{ randomFieldElement, P }
from
"./ff"
;
export
declare
const
poseidon
:
(
inputs
:
string
[] |
number
[] |
bigint
[]
) =>
bigint
;