mirror of
https://github.com/aaru-dps/Aaru.Checksums.git
synced 2025-12-16 19:24:29 +00:00
* DiscImageChef/Options.cs:
* DiscImageChef/Commands/Checksum.cs: * DiscImageChef/DiscImageChef.csproj: * DiscImageChef.Checksums/FletcherContext.cs: Disabled Fletcher as it is abnormally slow. * DiscImageChef/Commands/Benchmark.cs: Corrected style.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2015-11-30 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* FletcherContext.cs:
|
||||||
|
Disabled Fletcher as it is abnormally slow.
|
||||||
|
|
||||||
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
2015-10-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* DiscImageChef.Checksums.csproj:
|
* DiscImageChef.Checksums.csproj:
|
||||||
|
|||||||
@@ -35,6 +35,9 @@ Implements Fletcher-32 and Fletcher-16 algorithms.
|
|||||||
Copyright (C) 2011-2015 Claunia.com
|
Copyright (C) 2011-2015 Claunia.com
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
//$Id$
|
//$Id$
|
||||||
|
|
||||||
|
// Disabled because the speed is abnormally slow
|
||||||
|
/*
|
||||||
using System;
|
using System;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
@@ -455,4 +458,4 @@ namespace DiscImageChef.Checksums
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user