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
/
validation.d.ts
2 lines
(1 loc)
•
91 B
TypeScript
View Raw
1
2
export
declare
const
validateInputs
:
(
inputs
:
string
[] |
number
[] |
bigint
[]
) =>
bigint
[];