Skip to content

hash: re-implement SHA224 using commoncrypto#110

Draft
gdams wants to merge 4 commits intomainfrom
dev/gadams/sha224
Draft

hash: re-implement SHA224 using commoncrypto#110
gdams wants to merge 4 commits intomainfrom
dev/gadams/sha224

Conversation

@gdams
Copy link
Member

@gdams gdams commented Nov 6, 2025

Currently our docs say we support SHA224 (https://github.com/microsoft/go/blob/microsoft/main/eng/doc/CrossPlatformCryptography.md#hash-and-message-authentication-algorithms)

This was inadvertently removed when we migrated hash from CommonCrypto to CryptoKit but we can still maintain support using the Swift implementation of CommonCrypto with minimal overhead.

This requires https://go-review.googlesource.com/c/go/+/745220 to be merged.

@gdams gdams requested a review from a team as a code owner November 6, 2025 09:38
@gdams gdams marked this pull request as draft November 6, 2025 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments