mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implemented Fletcher-16 and Fletcher-32 checksum algorithms.
This commit is contained in:
@@ -98,6 +98,14 @@ namespace DiscImageChef
|
||||
HelpText = "Calculates CRC64 (ECMA).")]
|
||||
public bool DoCRC64 { get; set; }
|
||||
|
||||
[Option("fletcher16", DefaultValue = false,
|
||||
HelpText = "Calculates Fletcher-16.")]
|
||||
public bool DoFletcher16 { get; set; }
|
||||
|
||||
[Option("fletcher32", DefaultValue = false,
|
||||
HelpText = "Calculates Fletcher-32.")]
|
||||
public bool DoFletcher32 { get; set; }
|
||||
|
||||
[Option('m', "md5", DefaultValue = true,
|
||||
HelpText = "Calculates MD5.")]
|
||||
public bool DoMD5 { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user