This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Make a proper and fast impl of the blake2 compression function (F) #11020
Labels
F7-optimisation 💊
An enhancement to provide better overall performance in terms of time-to-completion for a task.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
Q3-medium
A fair chunk of work, not necessarily very hard but not trivial either
As noted in #11017 we need to refactor the
util/eip-152
crate into something more rusty.Our preference is to use an established blake2 library but none of the ones surveyed expose the compression function in their public API. We can go about this in a few different ways, in order of preference:
Included in this task is adding benchmarks to the
util/eip-152
crate from #11017 so we can compare before/after.The text was updated successfully, but these errors were encountered: