Crates.io | hmac-sha1-compact |
lib.rs | hmac-sha1-compact |
version | 1.1.5 |
source | src |
created_at | 2021-10-18 17:13:24.680207 |
updated_at | 2024-12-09 11:37:34.913526 |
description | A small, self-contained SHA1 and HMAC-SHA1 implementation |
homepage | https://github.com/jedisct1/rust-hmac-sha1 |
repository | https://github.com/jedisct1/rust-hmac-sha1 |
max_upload_size | |
id | 466902 |
size | 12,500 |
A small, self-contained SHA1 and HMAC-SHA1 implementation in Rust.
Optional features:
traits
: enable support for the Digest
trait from the digest
crate.