Added rapidhash algorithm (#20163)

This commit is contained in:
Joel Shepherd
2025-06-03 20:34:35 +10:00
committed by GitHub
parent d6e45afef9
commit 13c5b0d9cb
6 changed files with 18 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ Bun.hash.xxHash3("data", 1234);
Bun.hash.murmur32v3("data", 1234);
Bun.hash.murmur32v2("data", 1234);
Bun.hash.murmur64v2("data", 1234);
Bun.hash.rapidhash("data", 1234);
```
## `Bun.CryptoHasher`