summaryrefslogtreecommitdiff
path: root/src/traits.rs
AgeCommit message (Expand)Author
2022-01-24check the HMAC output bytesJack O'Connor
2022-01-24Adds testjbis9051
2022-01-23Add blocksize traitjbis9051
2021-12-30Update digest crate to 0.10 for traits-preview featureMatthias Schiffer
2020-06-14a little bit of cleanup and more testingJack O'Connor
2020-06-14Replace std::io::copy with clone_from_sliceJustus K
2020-06-14Bump digest to 0.9.0 and crypto-mac to 0.8.0Justus K
2020-02-04re-export digest and crypto_macJack O'Connor
2020-02-03Inline wrapper methodsCesar Eduardo Barros
2020-02-03make the inherent reset() method return &mut selfJack O'Connor
2020-02-03implement crypto_mac::MacJack O'Connor