Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement p2p dkg + threshold signing #4711

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

avahowell
Copy link
Contributor

@avahowell avahowell commented Jul 16, 2024

This PR uses iroh's QUIC+TLS socket implementation along with its NAT holepunching/traversal in order to implement a mutually-authenticated+encrypted network layer for executing our implementation of FROST dkg and threshold signing. pcli generates iroh tickets, an encoding of the node's public key (used in TLS) and its relay address, which users then share out of band once (at the start of the DKG or signing session) in order to bootstrap authenticated connections.

@avahowell avahowell changed the title (wip) feat: implement p2p dkg + threshold signing feat: implement p2p dkg + threshold signing Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant