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
/
index.d.ts
11 lines
(10 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
declare
const
F =
8
;
export
declare
const
HALF_F
:
number
;
export
interface
Constant
{
p
:
number
;
m
:
bigint
[][];
c
:
bigint
[]; }
export
declare
const
constants
: { [
key
:
number
]:
Constant
; };