add md5, minor changes to trait

This commit is contained in:
2025-07-12 17:29:51 -04:00
parent 33119c8ec6
commit eb9c6f9475
3 changed files with 9 additions and 9 deletions

View File

@@ -25,4 +25,7 @@ pub struct Args {
/// Blake2b256
#[arg(long)]
pub blake256: bool,
/// MD5
#[arg(long)]
pub md5: bool,
}