go-bls icon indicating copy to clipboard operation
go-bls copied to clipboard

The description mentions "ring" signatures, where are they?

Open SaleProperly opened this issue 5 years ago • 1 comments

I don't see how to perform any signer ambiguous signature scheme from the library. Is this implemented?

SaleProperly avatar Aug 19 '19 15:08 SaleProperly

No, unfortunately, I never got around to wrapping up the implementation. If you submit a PR, then I will gladly review it. It should not be too difficult to implement. type RingSignature = []Element with the details described here in section 5.2. You can access that isomorphism ψ from the Pairing internals. I think everything else should be pretty straight forward.

enzoh avatar Aug 22 '19 02:08 enzoh