Crates.io | hmac-sha256 |
lib.rs | hmac-sha256 |
version | 1.1.7 |
source | src |
created_at | 2019-04-10 12:21:55.090313 |
updated_at | 2023-06-14 22:42:43.520097 |
description | A small, self-contained SHA256 and HMAC-SHA256 implementation |
homepage | https://github.com/jedisct1/rust-hmac-sha256 |
repository | https://github.com/jedisct1/rust-hmac-sha256 |
max_upload_size | |
id | 126980 |
size | 19,828 |
A small, self-contained SHA256, HMAC-SHA256, and HKDF-SHA256 implementation in Rust.
Optional features:
traits
: enable support for the Digest
trait from the digest
crate.opt_size
: enable size optimizations. Based on benchmarks, the .text
section size is reduced by 75%, at the cost of approximately 16% performance.