Enumerationswift-crypto 3.12.2_CryptoExtras
BlindSigning
RSA+BlindSigning.swift:27- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
enum BlindSigning
enum BlindSigning
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
enum _RSA
Types associated with the RSA algorithm
enum Encryption
enum Signing
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> where H : HashFunction
Parameters used in the blind signing protocol.
struct PreparedMessage
An input ready to be blinded, possibly prepended with random bytes.
struct PrivateKey<H> where H : HashFunction
struct PublicKey<H> where H : HashFunction