feat : add Blake3 hashing

import hash-wasm to hash inputs in utf-8 with optional key also in utf-8 and outputs in Hex
This commit is contained in:
Jeremy Giudicelli 2025-04-17 11:37:35 +02:00
parent 7c8be12d52
commit ad91099d5e
4 changed files with 120 additions and 0 deletions

View file

@ -132,6 +132,7 @@
"file-saver": "^2.0.5",
"flat": "^6.0.1",
"geodesy": "1.1.3",
"hash-wasm": "^4.12.0",
"highlight.js": "^11.9.0",
"ieee754": "^1.2.1",
"jimp": "^0.22.12",