Unverified Commit 76acf5d6 authored by Benjamin Kampmann's avatar Benjamin Kampmann Committed by GitHub
Browse files

Reduce usage of `Blake2Hasher` (#5132)

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