nah, I can't understand some formulas, I want to use ZKP for some group, but I can't find proper source in js even and that's only part of algo.
I basically understand how it works, maybe parts of algo, but I don't know how to implement it in js.
Dec 10, 2020, 2:39 AM
Exist a bootstrap a zsnark implementation and a library in js
Dec 10, 2020, 2:42 AM
I havent found, I need something handy, so I could test it
https://github.com/iden3/snarkjs
gives me error when I use in browser
Uncaught (in promise) TypeError: Cannot read property 'groth16' of undefined
at HTMLButtonElement.calculateProof
Uncaught (in promise) TypeError: Cannot read property 'groth16' of undefined
at HTMLButtonElement.calculateProof
Dec 10, 2020, 2:45 AM
Getting Started - ZoKrates
https://zokrates.github.io/gettingstarted.html
https://zokrates.github.io/gettingstarted.html
Try with zocrates
But are you need to be clear, anything in ZKP is handily, at least right know
Dec 10, 2020, 2:49 AM
zokrates seems working, thanks, I will try.
also I've read about elGamal re-randomisation, it's something about multiplication probably
also I've read about elGamal re-randomisation, it's something about multiplication probably
Dec 10, 2020, 3:02 AM
I don't know really have some repo?
Dec 10, 2020, 3:03 AM
may send document in pm?
Dec 10, 2020, 3:06 AM
Thks I will read it!!
Dec 10, 2020, 3:07 AM