Commit bb0ffa5
feat(wasm-mps): interleave VRF-DKG into ed25519 DKG via with_vrf
Safe creation advances signing DKG and VRF-DKG in the same three rounds
when round0 is called with with_vrf=true, and writes both finished shares
into one RootDocument. Ordinary DKG (with_vrf=false) keeps the previous
bare Keyshare encoding. Hard-derive takes that combined document; the
standalone VRF-DKG wasm exports are removed.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent a10e4e5 commit bb0ffa5
5 files changed
Lines changed: 916 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments