Crates.io | tetsy-plain-hasher |
lib.rs | tetsy-plain-hasher |
version | 0.3.1 |
source | src |
created_at | 2021-02-18 13:10:35.854427 |
updated_at | 2021-06-08 02:38:17.143164 |
description | Tetsy Common Hasher for 32-byte keys. |
homepage | https://github.com/tetcoin/tetsy-common |
repository | |
max_upload_size | |
id | 357040 |
size | 4,721 |
Provides PlainHasher
, 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.