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

Implement crypto/sha3 with the OpenSSL/CNG backends #1448

Open
qmuntal opened this issue Dec 17, 2024 · 1 comment
Open

Implement crypto/sha3 with the OpenSSL/CNG backends #1448

qmuntal opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@qmuntal
Copy link
Member

qmuntal commented Dec 17, 2024

Go 1.24 will ship with the new crypto/sha3 package (see proposal). We should patch it so it uses OpenSSL/CNG under the hood.

@gdams
Copy link
Member

gdams commented Jan 15, 2025

Noting that CommonCrypto/CryptoKit doesn't support this. I do note that CryptoSwift has an implementation here: https://github.com/krzyzanowskim/CryptoSwift/blob/main/Sources/CryptoSwift/SHA3.swift but this would mean depending on a third-party repo which feels like a no-no (even if it has 10k stars)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants