-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I did a study on implementing blind signature scheme. https://codeberg.org/iacore/blind-signature
The only implementation so far is inside libgnunet and it's dubious. At least I can't understand it.
The best and most mature algorithm is Raichoo, using any pairing friendly curve family, 2 curve points as public key.
A "good" curve is BLS12-461. However, no constant time implementation exists for it. Not for BLS12-(any).
There are also signature scheme using Edwards-25519 but the algorithm is more complicated than using pairing friendly curves.
Why blind signature?
Anonymity, where the token issuer and token verifier cannot collude to identify the token holder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels