Enumeration Caseswift-crypto 3.8.0Crypto
underlyingCoreCryptoError(error:)
The underlying corecrypto library is unable to complete the requested action.
CryptoKitErrors.swift:27case underlyingCoreCryptoError(error: Int32)
Other cases
case incorrectKeySize
The key size is incorrect.
case incorrectParameterSize
The parameter size is incorrect.
case authenticationFailure
The authentication tag or signature is incorrect.
case wrapFailure
The framework can’t wrap the specified key.
case unwrapFailure
The framework can’t unwrap the specified key.
case invalidParameter
The parameter is invalid.