keccak-const

Crates.iokeccak-const
lib.rskeccak-const
version0.2.0
sourcesrc
created_at2023-08-18 01:54:58.627603
updated_at2023-08-18 01:54:58.627603
descriptionconst fn implementation of the SHA-3 family of hash and extendable-output functions
homepagehttps://github.com/OffchainLabs/keccak-const
repositoryhttps://github.com/OffchainLabs/keccak-const
max_upload_size
id947514
size70,642
stylus-publisher (github:offchainlabs:stylus-publisher)

documentation

README

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.

Commit count: 26

cargo fmt