mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Corrected checksum calculation errors.
This commit is contained in:
@@ -491,12 +491,10 @@ namespace DiscImageChef.Checksums
|
||||
fuzzyContext.Init();
|
||||
|
||||
fuzzyContext.Update(data, len);
|
||||
|
||||
hash = null;
|
||||
|
||||
byte[] result;
|
||||
fuzzy_digest(out result);
|
||||
|
||||
return CToString(result);
|
||||
return fuzzyContext.End();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user