From 75712dd462b4109d63b0ea4e6b827839993ef4ea Mon Sep 17 00:00:00 2001 From: Dimbreath Date: Mon, 24 Feb 2025 21:14:50 -0300 Subject: [PATCH] Updated README with new hashing algorithm. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 66516c4e7..1a761e419 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # StarRailData Repository containing the release data for Honkai: Star Rail. +## TextMap Hashing +The new hashes for text map use xxhash. You can find various implementations: + +* **JavaScript:** https://github.com/pierrec/js-xxhash +* **Python:** https://github.com/ifduyue/python-xxhash + + ## Support If you would like to support the work done to create and maintain the data repositories, you can do so here: [here](https://patreon.com/Dimbreath).