hmac-sha256

Crates.iohmac-sha256
lib.rshmac-sha256
version1.1.7
sourcesrc
created_at2019-04-10 12:21:55.090313
updated_at2023-06-14 22:42:43.520097
descriptionA small, self-contained SHA256 and HMAC-SHA256 implementation
homepagehttps://github.com/jedisct1/rust-hmac-sha256
repositoryhttps://github.com/jedisct1/rust-hmac-sha256
max_upload_size
id126980
size19,828
Frank Denis (jedisct1)

documentation

README

rust-hmac-sha256

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.
Commit count: 42

cargo fmt