Module blindsign::session[][src]

Signer side of the protocol

Note

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

Structs

BlindSession

For managing the signer side response to incoming requests for blind signatures. How the actual requests come in is orthogonal to this crate.