Enumeration Caseswift-crypto 3.9.1CryptoBoringWrapper
incorrectKeySize
The key size is incorrect.
CryptoKitErrors_boring.swift:19case incorrectKeySize
Other cases
case incorrectParameterSize
The parameter size is incorrect.
case authenticationFailure
The authentication tag or signature is incorrect.
case underlyingCoreCryptoError(error: Int32)
The underlying corecrypto library is unable to complete the requested action.
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.