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

feat(crypto): add BLAKE2B-224 hashing algorithm in crypto #3392

Merged
merged 5 commits into from
May 31, 2023
Merged

feat(crypto): add BLAKE2B-224 hashing algorithm in crypto #3392

merged 5 commits into from
May 31, 2023

Conversation

quentinadam
Copy link
Contributor

@quentinadam quentinadam commented May 19, 2023

I added the BLAKE2B-224 algorithm which was relatively trivial given that BLAKE2B-256 and BLAKE2B-384 had been added previously.
I recompiled the crypto wasm file with deno task build:crypto with the latest version of rust (1.69.0).

@quentinadam quentinadam requested a review from kt3k as a code owner May 19, 2023 23:56
@CLAassistant
Copy link

CLAassistant commented May 19, 2023

CLA assistant check
All committers have signed the CLA.

@quentinadam quentinadam mentioned this pull request May 25, 2023
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@kt3k kt3k merged commit fdabe55 into denoland:main May 31, 2023
@kt3k kt3k changed the title Add BLAKE2B-224 hashing algorithm in crypto feat(crypto): add BLAKE2B-224 hashing algorithm in crypto May 31, 2023
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.

3 participants