Structureswift-crypto 3.8.0_CryptoExtras
PreparedMessage
An input ready to be blinded, possibly prepended with random bytes.
RSA+BlindSigning.swift:372struct PreparedMessage
Users cannot create values of this type manually; it is created and returned by the prepare operation.
Other members in extension
Types
struct BlindSignature
struct BlindingInverse
The blinding inverse for a blinded message, used to unblind a blind signature.
struct BlindingResult
The blinded message and its blinding inverse for unblinding its blind signature.
struct Parameters<H>
Parameters used in the blind signing protocol.
struct PrivateKey<H>
struct PublicKey<H>