Closed mempirate closed 2 months ago
linter error looks like a new issue from a nightly release -- ill go fix and then we can merge this in
@mempirate if you rebase against main ill merge this in
@ralexstokes this branch should be up to date, nothing to rebase. Maybe I misunderstood
hmm yeah im a little confused why the linter is still failing, let me see what I can do -- maybe I just merge anyway as I don't think it will fail on main
Context
This PR implements a feature for enabling the
asm
feature on thesha2
crate. When testing against a real world payload (generate a proof of transaction inclusion against the transactions root), these are the numbers:sha2-asm
feature disabled:sha2-asm
feature enabled:Conclusion
With
sha2-asm
enabled, proof generation becomes around 6,5 times faster.