Skip to content

Tags: bane-labs/zk-dkg

Tags

v0.3.0

Toggle v0.3.0's commit message
add beacon input to test script and mpc introduction

v0.2.2

Toggle v0.2.2's commit message
use only pointers out of circuit and handle errors properly

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Export css and key files as prove input (#8)

* export and compute proof based on pk and vk files

* use css as an exported file as well

* refactor MPC command flags

* log file challenges when executing or verifying MPC

v0.2.0

Toggle v0.2.0's commit message
remove unused setup

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add export contract cmd (#3)

* add a command to export contract

* format code and cmd descriptions

---------

Co-authored-by: doubiliu <lmy0930@126.com>
Co-authored-by: txhsl <799498265@qq.com>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add executable MPC command lines (#2)

* add mpc cmd template

* update cmd

* update cmd flags and descriptions

---------

Co-authored-by: doubiliu <lmy0930@126.com>