keccak-const 0.2.0

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: 70.28 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.09 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • OffchainLabs/keccak-const
    6 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hkalodner github:offchainlabs:stylus-publisher

keccak-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.

A fork of the excellent sha3-const that uses purely stable Rust.

License

© 2023 Offchain Labs, Inc.

This project is licensed under either of

at your option.

The SPDX license identifier for this project is MIT OR Apache-2.0.