Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.33 KB

mpc-repl-dev

REPL = read evaluate print loop

UI: https://zkrepl.dev with additional box to specify party inputs peer discovery wasm for GC2PC https://github.com/0xPARC/zkrepl

interpreter: https://github.com/namnc/circom-2-arithc 2PC: https://github.com/tkmct/mpz/tree/bmr16

circom editor

server will run circom-2-arithc on circom program to generate arithemtic circuit in json format: like this https://github.com/tkmct/mpz/blob/bmr16/garble/mpz-garble/examples/circ.json

mpz-bmr16 will be compiled into wasm (1 time only using wasm-bindgen): like this https://github.com/tkmct/mpz/blob/bmr16/garble/mpz-garble/examples/bmr16_demo.rs

another choice would be tandem: https://github.com/sine-fdn/tandem