Example #1
0
 public static ulong CalculateHash(string directoryPath) => FNV.FNV1a_64(directoryPath.ToLower().Trim('/') + "++");
Example #2
0
 public static ulong CalculateHash(string filePath) => FNV.FNV1a_64(filePath.ToLower() + "++");