UNPKG
@zk-email/snarkjs
Version:
latest (0.0.1)
0.0.1
zkSNARKs implementation in JavaScript with chunked zkeys
github.com/iden3/snarkjs
iden3/snarkjs
@zk-email/snarkjs
/
main.js
9 lines
(6 loc)
•
258 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
as
groth16
from
"./src/groth16.js"
;
export
*
as
powersOfTau
from
"./src/powersoftau.js"
;
export
*
as
r1cs
from
"./src/r1cs.js"
;
export
*
as
wtns
from
"./src/wtns.js"
;
export
*
as
zKey
from
"./src/zkey.js"
;
export
*
as
plonk
from
"./src/plonk.js"
;