tornadocash / trusted-setup-server

8 stars 25 forks source link

TODO #1

Open poma opened 4 years ago

poma commented 4 years ago

General

.

UI

Audit of contribution generation code

Post ceremony

ytrezq commented 4 years ago

@poma : add an option for manually computing proof from the webassembly module ?

poma commented 4 years ago

No. You should compile from Rust source code instead and use CLI (there is also a Docker version)

ytrezq commented 4 years ago

@poma : but then, where’s the source code ?

poma commented 4 years ago

https://github.com/tornadocash/phase2-bn254/tree/ceremony/phase2

ytrezq commented 4 years ago

@poma : given a note, along a root and a nullifier, and other withdrawal parameters, I want to compute the proof using the proving keys deployed on the Ethereum mainnet.

I don’t see any ᴄʟɪ program for that.

poma commented 4 years ago

oh you mean proof and not contribution. In this case you are asking this in a wrong repo. This repository is about Trusted Setup MPC ceremony

ytrezq commented 4 years ago

@poma : isn’t this repo about the source code of the website ?

poma commented 4 years ago

no, this is only for trusted setup

On Sat, Mar 21, 2020 at 1:47 PM ytrezq notifications@github.com wrote:

@poma https://github.com/poma : isn’t this repo about the source code of the website https://tornado.cash/ ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tornadocash/trusted-setup-server/issues/1#issuecomment-602025954, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQDCDXBXDPHZGYFJIOINADRISLN7ANCNFSM4KIEQYVA .

ytrezq commented 4 years ago

@poma : so what’s the right place ?

poma commented 4 years ago

https://github.com/tornadocash/tornado-core

you will also find cli.js tool there

ytrezq commented 4 years ago

@poma : how to use it in browser ?