Skip to content

Commit eb07e65

Browse files
authored
feat: implement dkg/frost (#366)
* feat: implement dkg/frost * fix: address claude comments * fix: more tests added * fix: address comments * fix: add round state check for round1 and round2
1 parent a1be7a4 commit eb07e65

4 files changed

Lines changed: 912 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/dkg/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pluto-eth2api.workspace = true
3030
pluto-eth1wrap.workspace = true
3131
pluto-eth2util.workspace = true
3232
pluto-parsigex.workspace = true
33+
pluto-frost.workspace = true
3334
async-trait.workspace = true
3435
pluto-tracing.workspace = true
3536
hex.workspace = true

0 commit comments

Comments
 (0)