Summary of Gordian Meeting @ November 6, 2024 #137
shannona
started this conversation in
General & Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
November Meeting
November 6 was the Blockchain Commons identifier meeting, focusing on three major presentations:
XIDs (Presentation One)
Extensible Identifiers
We need identifiers that are more privacy respecting!
See our early draft working document on XIDs.
XIDs
A 32-byte unique identifier
Resolving a XID
Resolution Not built into XID
But you can also include resolution methods in a Gordian Envelope
derefenceVia
A Xid with a
dereferenceVia
is still a XID document!ur:xid
Creating a XID
Start with a key pair
Encode it to CBOR
Take the SHA-256 digest of the CBOR
That's a XID!
You can show public key
XID Document
A XID Document includes
Can also include:
Eliding a XID Document
You can elide a XID Document for a specific purpose!
What are the Uses?
New decentralized identifier
Many other use cases
The provenance ability allows us to to avoid some of the problems with Bitcoin/blockchains of unintended correlation
Edge Identifiers & Cliques (Presentation Two)
Single Signature Paradigm is the old way to do things
It's dangerous: Single Points of Compromise, Failure
We want to create a new model where identity is based on relationships
Your "relational edges" form your connections with others
The next step: identifiers for entire groups
Can also have:
Advantages
Drawbacks
Other cliques
Final Notes
Articles:
Making MuSig
See MuSig Sequence Diagrams for more.
MuSig is powerful because of its scalability, efficiency, security, privacy, and accountability
Creating a 2-of-2 MuSig is trivial, but 3-of-3 is harder.
GSTP can help!
Allows a 3-of-3 with a trustless coordinator who does not access sensitive data!
Next Meeting: December 4th
FROST for Wallet Develoeprs!
Join subscriber list for more info.
Beta Was this translation helpful? Give feedback.
All reactions