We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3570357 commit ffca28bCopy full SHA for ffca28b
Sources/Crypto/CryptoKitErrors.swift
@@ -33,8 +33,10 @@ public enum CryptoKitError: Error {
33
case invalidParameter
34
}
35
36
+extension CryptoKitError: Equatable, Hashable {}
37
+
38
/// Errors from decoding ASN.1 content.
-public enum CryptoKitASN1Error: Error {
39
+public enum CryptoKitASN1Error: Equatable, Error, Hashable {
40
/// The ASN.1 tag for this field is invalid or unsupported.
41
case invalidFieldIdentifier
42
0 commit comments