1
0
Fork 0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-12-19 21:11:16 +00:00
scs-extract/b0rkhash
2024-11-25 16:37:06 +01:00
..
hash.go Fix bug in hashing introduced in v1.0.0 2024-11-25 16:37:06 +01:00
hash_test.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