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

CRC hashing #1346

Open
JakeWharton opened this issue Sep 15, 2023 · 1 comment
Open

CRC hashing #1346

JakeWharton opened this issue Sep 15, 2023 · 1 comment

Comments

@JakeWharton
Copy link
Member

Jesse says: "CRC isn’t going anywhere, sadly"

CRC32 isn't on the list of required providers for MessageDigest, but it may be available everywhere in practice. How do we check? A better strategy is probably to simply subclass MessageDigest and hook it up to the CRC32 class directly.

@swankjesse
Copy link
Member

This adds a CRC32 implementation to Kotlin/JVM and Kotlin/Native: #1432
It doesn’t add any new public API.

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

No branches or pull requests

2 participants