NHSE/NHSE.Core/Hashing
Kurt 3ff7c251fd Add updated hashes
Thanks @3096 for github.com/3096/effective-guacamole -- used to dump the hash list.

Refine the FileHashRegion struct; in the savefile it's just:
u32 hash
byte[length] data

we can compute start offset (= hash offset + 4) rather than storing an extra int, simplifies things so that we can just copypaste from guac into a hash,len definition list :D
2020-07-02 22:29:08 -05:00
..
FileHashDetails.cs Initial commit 2020-03-27 17:54:17 -07:00
FileHashInfo.cs Remove some unused stuff 2020-03-31 17:44:20 -07:00
FileHashRegion.cs Add updated hashes 2020-07-02 22:29:08 -05:00
FileHashRevision.cs Add updated hashes 2020-07-02 22:29:08 -05:00
Murmur3.cs Add hash validation 2020-03-27 19:19:20 -07:00