Skip to content

Add BLAKE2 #87

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

Merged
merged 8 commits into from
Jan 12, 2025
Merged

Add BLAKE2 #87

merged 8 commits into from
Jan 12, 2025

Conversation

05nelsonm
Copy link
Member

@05nelsonm 05nelsonm commented Jan 8, 2025

Closes #52

NOTE: Making this a draft for the time being. Still need to implement parallelism, Xof and Mac functionality.

@05nelsonm 05nelsonm self-assigned this Jan 8, 2025
Copy link
Member Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

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

.

@05nelsonm 05nelsonm force-pushed the issue/52-blake2 branch 3 times, most recently from 3b5dfe4 to 09d86a0 Compare January 10, 2025 20:18
@05nelsonm 05nelsonm marked this pull request as ready for review January 12, 2025 09:58
Copy link
Member Author

@05nelsonm 05nelsonm left a comment

Choose a reason for hiding this comment

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

.

@05nelsonm 05nelsonm merged commit 89f392c into master Jan 12, 2025
23 checks passed
@05nelsonm 05nelsonm deleted the issue/52-blake2 branch January 12, 2025 10:05
@05nelsonm
Copy link
Member Author

05nelsonm commented Jan 12, 2025

Decided against implementing parallelism and Xof functionality for the time being, but everything is in place to do so at a later time. There's no RFC for them, Xof PDF states that the spec is still not finalized, and the C reference implementations are whack.

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.

Implement BLAKE2
1 participant