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

Unlinkable Angor project identifiers #172

Open
dangershony opened this issue Nov 13, 2024 · 2 comments
Open

Unlinkable Angor project identifiers #172

dangershony opened this issue Nov 13, 2024 · 2 comments

Comments

@dangershony
Copy link
Member

To break the ability to link a transaction to the Angor protocol we should use the same techniques as silent payments.

@dangershony
Copy link
Member Author

MetacoSA/NBitcoin#1240

@dangershony
Copy link
Member Author

This is the plan.
(inspired by the silent payment design bip352)

Creating the project identifier, the founder uses their private key to create a shared secret
A = founder key
B = angor key
P = project identifier key

Let P = B + hash(a·B)·G
Encode P as an Angor identifier with bech32 prefix angor+pubkey (on the blockchain it will be a P2WPK output)

Spending the fee in the Angor Identifier address

Let p = b + hash(A·b)·G

p is the private key that can spend the coins in the Angor address
P can only generated by the founder and angor key.
p can only be generated by angor key.

@dangershony dangershony changed the title Silent payment for Angor project identifiers Unlinkable Angor project identifiers Dec 6, 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

No branches or pull requests

1 participant