mirror of
https://github.com/Luzifer/scs-extract.git
synced 2024-11-08 20:10:01 +00:00
357 B
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