1
0
mirror of https://github.com/Luzifer/scs-extract.git synced 2024-09-19 15:43:01 +00:00
scs-extract/b0rkhash/README.md
Knut Ahlers fcfc8b0949
Initial version
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-10-23 20:19:02 +02:00

357 B

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