Content
@
https://ethereum.org
0 reply
0 recast
0 reaction
Paul Miller
@paulm
Releasing micro-zk-proofs: JS library to create and verify zk-SNARK proofs. Proofs are created in parallel using Web Workers. Noble cryptography is utilized underneath. During development of zkp, a vulnerability was found in wasmsnark, alternative proof generation library.
7 replies
17 recasts
105 reactions
Fucory
@fucory
Curious Why does it need to monkey patch BigInt
1 reply
0 recast
1 reaction
Paul Miller
@paulm
Because circom compiles programs into js which requires these bigints. Doing otherwise would require custom circuit compiler. It's optional only for old circom programs
0 reply
0 recast
2 reactions