Static Propertyswift-crypto 3.15.1Crypto
bits192
A size of 192 bits.
- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
static var bits192: SymmetricKeySize { get }A size of 192 bits.
static var bits192: SymmetricKeySize { get }import CryptoA cryptography library for Swift.
struct SymmetricKeySizeThe sizes that a symmetric cryptographic key can take.
init(bitCount: Int) Creates a new key size of the given length.
static var bits128: SymmetricKeySize { get }A size of 128 bits.
static var bits256: SymmetricKeySize { get }A size of 256 bits.
let bitCount: IntThe number of bits in the key.