1
0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-09-16 14:28:24 +00:00
scs-extract/b0rkhash
Knut Ahlers fcfc8b0949
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-10-23 20:19:02 +02:00
..
hash_test.go Initial version 2019-10-23 20:19:02 +02:00
hash.go Initial version 2019-10-23 20:19:02 +02:00
README.md Initial version 2019-10-23 20:19:02 +02:00
uint128.go Initial version 2019-10-23 20:19:02 +02:00

DO NOT USE THIS!

This folder contains a broken implementation of the Google CityHash algorithm to access the SCS archive files of ETS2.

  • It uses more constants than the original implementation
  • For file names with 8 characters length ALWAYS the same hash (K2) is returned
  • Multiple other derivations from the original C-implementation made by Google