aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-llcrypto/src/traits.rs
Commit message (Collapse)AuthorAgeFilesLines
* llcrypto: New SimpleMac traitNick Mathewson2023-08-141-0/+17
This will be useful in preference to the regular Mac trait for the places where we need to pass a Mac key around, but we don't need to support incremental operation. Part of arti#993, where we want to expose a MAC object without exposing sensitive data.