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
/
constants
/
utils.d.ts
8 lines
(7 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Constant
}
from
"."
;
export
interface
RowConstant
{
p
:
number
;
m
:
string
[][];
c
:
string
[]; }
export
declare
const
loadConstant
:
(
constant
:
RowConstant
) =>
Constant
;