add blake3

This commit is contained in:
2025-08-10 21:38:53 -04:00
parent 7f6fa1b2f2
commit 33b0f5966c
2 changed files with 6 additions and 0 deletions

View File

@@ -25,6 +25,9 @@ pub struct Args {
/// Blake2b256
#[arg(long)]
pub blake256: bool,
/// Blake3
#[arg(long)]
pub blake3: bool,
/// MD5
#[arg(long)]
pub md5: bool,