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

Ring signature example? #116

Open
dan-da opened this issue Jul 7, 2021 · 2 comments
Open

Ring signature example? #116

dan-da opened this issue Jul 7, 2021 · 2 comments

Comments

@dan-da
Copy link

dan-da commented Jul 7, 2021

Anyone know where I can find a Ring Signatures example or can provide one?

eg as described in:

@burdges
Copy link

burdges commented Jul 7, 2021

At least one if not both of the linked papers has a miller loop per ring member, which sounds like the slowest construction ever proposed.

It depends on ring size, like if used in a state channel for a game then Bootle's inner-product arguments work, or maybe even naive Schnorr ring signatures. As a rule, one prefers a large ring size, so one should modify the zcash sapling circuit perhaps.

@dan-da
Copy link
Author

dan-da commented Jul 7, 2021

@burdges thx I appreciate your insights. yeah, I'm not committed to a particular construction, nor am I a cryptographer. Those were just the first two papers I found that discussed ring sigs in conjunction with BLS. So I'm hoping/looking for an example of doing ring sigs with threshold_crypto for a POC. It doesn't have to be the most efficient thing right now, just needs to work.

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

2 participants