Introduce better hashing.

- Blake2 for secure hashing
- XX for fast hashing
This commit is contained in:
Gav
2018-01-19 14:17:56 +01:00
parent 748ee54870
commit c29313c618
24 changed files with 307 additions and 98 deletions
-1
View File
@@ -22,7 +22,6 @@ extern crate polkadot_primitives as primitives;
extern crate hashdb;
extern crate memorydb;
extern crate keccak_hash;
extern crate patricia_trie;
extern crate triehash;