Module blindsign::signature[][src]

Manage the blindly signed message

Structs

UnblindedSigData

The data required for authenticating the unblinded signature,

WiredUnblindedSigData

The UnblindedSigData in wired form capable of being sent over the network. The wired form consists of e || S || R, with each component consisting of 32 bytes.