node:crypto: add blake2s256 hasher (#22958)

This commit is contained in:
Meghan Denny
2025-09-25 14:28:42 -08:00
committed by GitHub
parent be15f6c80c
commit 20854fb285
9 changed files with 11 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ Bun.hash.rapidhash("data", 1234);
- `"blake2b256"`
- `"blake2b512"`
- `"blake2s256"`
- `"md4"`
- `"md5"`
- `"ripemd160"`