add blake2 256/512 impls

This commit is contained in:
2025-08-17 13:07:43 -04:00
parent cbb3b89e8b
commit 41841cdcd6
4 changed files with 90 additions and 4 deletions

View File

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