Crate blindsign[][src]

An implementation of ECC based blind signatures.

Based On Paper

Mathematical syntax from this documentation is taken from the paper Blind Signature Scheme Based on Elliptic Curve Cryptography.

Note

This is a sans-IO implementation, meaning that no network IO for requesting or granting the initiation of the protocol is provided by this crate.

Modules

keypair

Generate and manage the ECC keys

request

Requester side of the protocol

session

Signer side of the protocol

signature

Manage the blindly signed message

Enums

Error

The Error types

Type Definitions

Result

The Result type used