Crates.io | hmac-sha1-compact |
lib.rs | hmac-sha1-compact |
version | 1.1.4 |
source | src |
created_at | 2021-10-18 17:13:24.680207 |
updated_at | 2023-06-14 22:36:30.676001 |
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 | 14,309 |
A small, self-contained SHA1 and HMAC-SHA1 implementation in Rust.
Optional features:
traits
: enable support for the Digest
trait from the digest
crate.