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

Multi signature and/or threshold signature examples #3

Open
donovanhide opened this issue Aug 14, 2014 · 0 comments
Open

Multi signature and/or threshold signature examples #3

donovanhide opened this issue Aug 14, 2014 · 0 comments

Comments

@donovanhide
Copy link
Contributor

Hi,

this request might be slightly beyond the scope of this project, but an answer would be very much gratefully received! This post discusses the use of ed25519 and Schnorr signatures.

https://ripple.com/dev-blog/curves-with-a-twist/

It would be incredibly useful to crypto-novices like myself if your package could be extended with the feature of, or an example provided of how to create the described multi signature and/or threshold signatures using the ed25519 curve.

The aim for my project is to have a transaction which is encoded and then hashed and then multiple private key holders can sign this hash and if at least a majority of signatures from the group do so, the transaction is verified.

I can see that pond does something similar here:

https://github.com/agl/pond/blob/master/bbssig/bbssig.go

But perhaps that is more complicated than the Schnorr signature method due to the membership addition and revocation?

Thanks for any response!

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