sha3-const 0.1.1

const fn implementation of the SHA-3 family of hash and extendable-output functions
Documentation
  • Coverage
  • 100%
    43 out of 43 items documented11 out of 43 items with examples
  • Size
  • Source code size: 56.68 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.04 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
  • andrewmilson/sha3-const
    4 3 1
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • andrewmilson

sha3-const

Build status Crate Documentation

const fn implementation of the SHA-3 family of hash and extendable-output functions (inspired by sha2-const). This crate allows you to use use the Sha3 hash functions as constant expressions in rust. For all other usages, the sha3 crate includes more optimized implementations of these hash functions.

Based on the Keccak specification implementations.