Crates.io | keccak-const |
lib.rs | keccak-const |
version | 0.2.0 |
source | src |
created_at | 2023-08-18 01:54:58.627603 |
updated_at | 2023-08-18 01:54:58.627603 |
description | const fn implementation of the SHA-3 family of hash and extendable-output functions |
homepage | https://github.com/OffchainLabs/keccak-const |
repository | https://github.com/OffchainLabs/keccak-const |
max_upload_size | |
id | 947514 |
size | 70,642 |
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.
© 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
.