UNPKG
@nori-zk/proof-conversion
Version:
latest (0.8.21)
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.5.15
0.5.14
0.5.12
0.5.11
0.5.10
0.5.9
0.5.8
0.5.7
0.5.6
0.5.4
0.5.3
0.1.3
0.1.2
0.1.1
Verifying zkVM proofs inside o1js circuits, to generate Mina compatible proof
@nori-zk/proof-conversion
/
build
/
src
/
towers
/
precomputed.d.ts
8 lines
(7 loc)
•
266 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Fp2
}
from
'./fp2.js'
;
declare
const
fp2_non_residue
:
Fp2
;
declare
const
GAMMA_1S
:
Fp2
[];
declare
const
NEG_GAMMA_13
:
Fp2
;
declare
const
GAMMA_2S
:
Fp2
[];
declare
const
GAMMA_3S
:
Fp2
[];
export
{ fp2_non_residue,
GAMMA_1S
,
GAMMA_2S
,
GAMMA_3S
,
NEG_GAMMA_13
};