Skip to content

Conversation

@xumptex
Copy link
Contributor

@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
@a3957273
Copy link
Member

Awesome! The hash library looks good, am glad you added tests. Thanks for the contribution.

@a3957273 a3957273 merged commit f92238b into gchq:master May 12, 2025
4 checks passed
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

2 participants