Skip to content

feat : add Blake3 hashing #2023

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

xumptex
Copy link

@xumptex xumptex commented Apr 17, 2025

hello,

This pull request adds the blake3 hashing method with :

  • custom size (bytes)
  • Optional UTF-8 key for keyed hashing
  • add one dependency, hash-wasm in order to implement blake3 because it let you use BLAKE3 (and other hashes) in browsers and Node.js without any special bundler configuration.

Thank you
Closes #1744
Closes #1815

xumptex added 3 commits April 17, 2025 11:37
import hash-wasm to hash inputs in utf-8 with optional key also in utf-8 and outputs in Hex
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.

Feature request: Add the BLAKE3 cryptographic hash Feature request: BLAKE3 support for hashing
1 participant