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
/
operation.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
export
declare
const
pow5
:
(
v
:
bigint
) =>
bigint
;
export
declare
const
mix
:
(
state
:
bigint
[],
m
:
bigint
[][]
) =>
bigint
[];