Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Equatable and Hashable conformance for CryptoKitError and CryptoKitASN1Error #266

Merged

Conversation

simonjbeaumont
Copy link
Contributor

Motivation

CryptoKitError and CryptoKitASN1Error both conform to Equatable and Hashable in the SDK, but we are missing these conformances in our copy.

Modifications

Add Equatable and Hashable conformance for CryptoKitError and CryptoKitASN1Error.

Result

CryptoKitError and CryptoKitASN1Error now conform to Equatable and Hashable, like their counterpart types in the SDK.

@simonjbeaumont simonjbeaumont marked this pull request as ready for review October 1, 2024 12:34
@simonjbeaumont simonjbeaumont changed the title crypto: Equatable and Hashable conformance for CryptoKitError and CryptoKitASN1Error Add Equatable and Hashable conformance for CryptoKitError and CryptoKitASN1Error Oct 1, 2024
@Lukasa Lukasa added the semver/minor Adds new public API. label Oct 2, 2024
@Lukasa Lukasa merged commit ffca28b into apple:main Oct 2, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants