Skip to content
Commit 6f71e2a8 authored by Bastian Köcher's avatar Bastian Köcher
Browse files

Reduce usage of `Blake2Hasher`

This reduces the usage of `Blake2Hasher` in the code base and replaces
it with `BlakeTwo256`. The most important change is the removal of the
custom extern function for `Blake2Hasher`. The runtime `Hash` trait is
now also simplified and directly requires that the implementing type
implements `Hashable`.
parent b9206e1f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment