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
/
ff.d.ts
4 lines
(3 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
export
declare
const
P
:
bigint
;
export
declare
const
randomFieldElement
:
() =>
bigint
;
export
declare
const
isOverflow
:
(
element
:
bigint
) =>
void
;