add blake3
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user