parity-common/hashdb
Johann Tuffe 09da6da010 have hashdb be generic over DBValue 2018-09-13 10:59:43 +08:00
..
src have hashdb be generic over DBValue 2018-09-13 10:59:43 +08:00
Cargo.toml have hashdb be generic over DBValue 2018-09-13 10:59:43 +08:00
README.md Change readme 2018-08-09 09:35:42 +02:00

README.md

HashDB

HashDB defines a common interface for databases of byte-slices keyed to their hash. It is generic over hash type through the Hasher trait.

The Hasher trait can be used in a no_std context.