Skip to content

Supporting interactive blind signature scheme #41

@iacore

Description

@iacore

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions