Module blindsign::request[][src]

Requester side of the protocol

Note

This does not include any networking code, such as any code to actually request protocol initiation. Also, the request for protocol initiation is neither defined nor implemented by this crate.

Structs

BlindRequest

For managing the requester steps of the blind signature protocol. Actually initiating the protocol such that the signer knows to begin the first step (generating R') is orthogonal to this crate.