Add Murmur3 hash

This commit is contained in:
Christoffer Lerno
2026-02-06 17:53:19 +01:00
parent 0be291e0d7
commit 40aa4d4dcd
4 changed files with 292 additions and 5 deletions

View File

@@ -13,6 +13,7 @@
- Remove dependency on temp allocator in String.join.
- Remove dependency on temp allocator in File.open.
- Added PEM encoding/decoding. #2858
- Add Murmur3 hash.
### Fixes
- Add error message if directory with output file name already exists