Crates.io | sha3-const |
lib.rs | sha3-const |
version | 0.1.1 |
source | src |
created_at | 2022-05-23 09:59:09.997971 |
updated_at | 2022-10-12 00:26:15.706406 |
description | const fn implementation of the SHA-3 family of hash and extendable-output functions |
homepage | https://github.com/andrewmilson/sha3-const |
repository | https://github.com/andrewmilson/sha3-const |
max_upload_size | |
id | 591692 |
size | 57,025 |
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.