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 DigestHasher as interface to hashing functions #400

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Conversation

allada
Copy link
Member

@allada allada commented Nov 16, 2023

Adds DigestHasher and hashing implementation for Sha256. This will be used to abstract the different hashing algos when computing digests.

towards: #191


This change is Reviewable

Copy link
Member Author

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+@aaronmondal , +@blakehatch

Reviewable status: 0 of 14 files reviewed, all discussions resolved (waiting on @aaronmondal and @blakehatch)

Copy link
Member

@aaronmondal aaronmondal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 14 of 14 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @blakehatch)

Adds DigestHasher and hashing implementation for Sha256. This will
be used to abstract the different hashing algos when computing
digests.

towards: #191
Copy link
Member Author

@allada allada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 5 of 5 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @blakehatch)

@allada allada merged commit 9e31ca4 into main Nov 19, 2023
15 checks passed
@allada allada deleted the add-digest-hasher branch November 19, 2023 03:44
TripleKai pushed a commit to TripleKai/turbo-cache that referenced this pull request Nov 29, 2023
Adds DigestHasher and hashing implementation for Sha256. This will
be used to abstract the different hashing algos when computing
digests.

towards: TraceMachina#191
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.

None yet

3 participants