sha2-const-stable 0.1.0

const fn implementation of the SHA-2 family of hash functions. Based on sha2-const, but updated to use only stable rust
Documentation
  • Coverage
  • 100%
    37 out of 37 items documented7 out of 25 items with examples
  • Size
  • Source code size: 7.83 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.26 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • saleemrashid/sha2-const
    17 10 3
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cavemanloverboy

sha2-const-stable

const fn implementation of the SHA-2 family of hash functions.

This crate allows you to use the SHA-2 hash functions as constant expressions in Rust. It is adapted from sha2-const, which requires nightly. For all other usages, the sha2 crate includes more optimized implementations of these hash functions.