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

Aviad/blake2s cpu #580

Closed
wants to merge 62 commits into from
Closed

Aviad/blake2s cpu #580

wants to merge 62 commits into from

Conversation

aviadingo
Copy link
Contributor

Describe the changes

  1. Added template Hasher class.
  2. Added blake2s cpu implementation which inherits from the general-purpose hasher and overrides the run_hash function.
  3. Hash many is currently a dummy implementation runing the hashes in a loop
  4. Included tests for the batched version and the single version using input vectors with variable length.

@ChickenLover ChickenLover changed the base branch from yshekel/V3 to main September 8, 2024 08:48
@ChickenLover ChickenLover changed the base branch from main to yshekel/V3 September 8, 2024 08:48
@ChickenLover
Copy link
Contributor

@aviadingo there is no more yshekel/V3 afaik. I guess you need to rebase to main

@ChickenLover
Copy link
Contributor

ChickenLover commented Sep 9, 2024

@aviadingo is this still relevant? can we close this?

@aviadingo aviadingo closed this Sep 9, 2024
@aviadingo
Copy link
Contributor Author

replaced with PR610

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.

4 participants