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 Digest module #42

Closed
jasone opened this issue Feb 20, 2020 · 1 comment
Closed

Implement Digest module #42

jasone opened this issue Feb 20, 2020 · 1 comment

Comments

@jasone
Copy link
Contributor

jasone commented Feb 20, 2020

Implement the Digest module, which provides 256-bit message digests (aka hashes) based on the SHA-3-256 algorithm. This module is intended for use in uniquely identifying values. For example, the compiler will need to reliably distinguish between versions of source code files and API signatures. Unlike for uses of the Hash module, collisions for distinct inputs are unacceptable, safely assumed to never ever happen in practice.

@jasone
Copy link
Contributor Author

jasone commented Nov 25, 2021

Subsumed by #96.

@jasone jasone closed this as completed Nov 25, 2021
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

1 participant