Crates.io | tetsy-hash256-std-hasher |
lib.rs | tetsy-hash256-std-hasher |
version | 0.15.3 |
source | src |
created_at | 2021-02-25 16:08:03.378209 |
updated_at | 2021-03-11 06:02:40.202329 |
description | tetsy standard library hasher for 256-bit prehashed keys. |
homepage | https://core.tetcoin.org |
repository | https://github.com/tetcoin/trie.git |
max_upload_size | |
id | 360507 |
size | 5,795 |
Provides Hash256StdHasher
, a specialized core::hash::Hasher
that takes just 8 bytes of the provided value and may only be used for keys which are 32 bytes.
The crate is no_std
-compatible.