chanced / navajo

A cryptographic toolkit for Rust
Apache License 2.0
1 stars 0 forks source link

navajo: Make MAC tag size configurable for SHA2 + SHA3 #33

Open chanced opened 1 year ago

chanced commented 1 year ago

The simplest solution to this is to add variants in mac::Algorithm for various tag sizes.

I'm pretty sure blake3's tag sizes are static but I'll need to look that up.