Skip to content

crypto: Use local accumulator t[] in mul_amm_256 to avoid aliasing

6e5a998
Select commit
Loading
Failed to load commit list.
Open

crypto: Use local accumulator t[] in mul_amm_256 to avoid aliasing #1477

crypto: Use local accumulator t[] in mul_amm_256 to avoid aliasing
6e5a998
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2026 in 0s

96.79% (+0.00%) compared to 27a16a1

View this Pull Request on Codecov

96.79% (+0.00%) compared to 27a16a1

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.79%. Comparing base (27a16a1) to head (6e5a998).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1477   +/-   ##
=======================================
  Coverage   96.79%   96.79%           
=======================================
  Files         154      154           
  Lines       13932    13934    +2     
  Branches     3265     3265           
=======================================
+ Hits        13486    13488    +2     
  Misses        306      306           
  Partials      140      140           
Components Coverage Δ
core 95.94% <100.00%> (+<0.01%) ⬆️
tooling 85.03% <ø> (ø)
tests 99.77% <ø> (ø)
Files with missing lines Coverage Δ
lib/evmone_precompiles/mulmod.cpp 100.00% <100.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.