Skip to content

A small, self-contained SHA256 and HMAC-SHA256 implementation.

License

Notifications You must be signed in to change notification settings

jedisct1/rust-hmac-sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A small, self-contained SHA256 and HMAC-SHA256 implementation.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages