rust-hmac-sha256
rust-hmac-sha256 copied to clipboard
A small, self-contained SHA256 and HMAC-SHA256 implementation.
rust-hmac-sha256
A small, self-contained SHA256, HMAC-SHA256, and HKDF-SHA256 implementation in Rust.
Optional features:
traits: enable support for theDigesttrait from thedigestcrate.opt_size: enable size optimizations. Based on benchmarks, the.textsection size is reduced by 75%, at the cost of approximately 16% performance.