Skip to content

Commit 285e520

Browse files
authored
Update meeting-2025-08-frost-cli-summary.md
1 parent 66a312a commit 285e520

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

_pages/meeting-2025-08-frost-cli-summary.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ The demo sends money to a FROST wallet, then sends it back.
4747
Done with `trusted-dealer` from ZF FROST tools with our `secp256k1-tr` patch.
4848
* Can then generate verifying key and descriptors from package
4949

50+
The demo is done with the Trusted Dealer mode of ZF FROST
51+
- That means all shares are generated one one device, for distribution.
52+
- This isn't the ideal security methodology
53+
- But we had troubles getting Distributed Key Generation (DKG), where keys are never on the same device, to work.
54+
5055
BDK-CLI can then be used to generate wallet from descriptors.
5156
- but it's watch-only!
5257

@@ -102,7 +107,9 @@ But more security reviews might be possible! There might be a grant for them alr
102107

103108
* **What is right place to do tweak?**
104109

105-
- Probably have the coordinator do it!
110+
The demo raised some interested architectural questions, unresolved, about who/when tweaking is done.
111+
112+
One answer is to have the coordinator do it, which is essentially what our demo does, but there's enough complexity that more discussion is needed.
106113

107114
* **Are there privacy implications for servers when using tweaks?**
108115

0 commit comments

Comments
 (0)