This website requires JavaScript.
Explore
Help
Sign In
zecfoundation
/
frost-zcash-demo
mirror of
https://github.com/ZcashFoundation/frost-zcash-demo.git
Watch
1
Star
0
Fork
You've already forked frost-zcash-demo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36772857ca
frost-zcash-demo
/
participant
/
src
/
tests.rs
4 lines
33 B
Rust
Raw
Normal View
History
Unescape
Escape
Add Participant project (#15) * Add Participant project (#12) * Refactor trusted dealer into own project (#12) Set up project structure for trusted dealer and participant * Update READMEs for top level and Pariticipant project (#12) * Fix makefile to run both projects (#12) Some formatting * Add Participant project (#12) * Fix clippy errors for participant project (#12) * Fix clippy and fmt errors from leftover conflicts (#12)
2023-06-15 09:23:37 -07:00
mod
cli
;
Serialize round 2 output in Participant demo (#44) * Add round 2 inputs for participant demo (#20) * Generate signature in participant demo (#20) Add integration test * Refactor rounds into own files in participant demo (#20) * Refactor rounds tests into own files in participant demo (#20) * Remove unnecessary test lib file from participant (#20) * Add test for round 1 output for participant (#20) * Print values for round 2 participant (#20) Add back in decode_vss_commitment test * Add in some errors (#23) * Fix test for invalid length of vss commitment (#23) * Improve readability of text output Co-authored-by: Conrado Gouvea <conrado@zfnd.org> * Improve readability of text output Co-authored-by: Conrado Gouvea <conrado@zfnd.org> * Refactor and rename (#23) --------- Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
2023-07-10 15:09:00 -07:00
mod
round1
;
mod
round2
;