Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev: remove useless computation in uint256_fast_exp #194

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

obatirou
Copy link
Contributor

@obatirou obatirou commented Dec 2, 2024

Closes #151

Remove useless computation in uint256_fast_exp

Note to reviewer: this is a fix imported from C4 mitigation, ensure the fix was correctly ported by looking at the corresponding issue and PR.

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@1183d22). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #194   +/-   ##
=======================================
  Coverage        ?   63.18%           
=======================================
  Files           ?       43           
  Lines           ?     7160           
  Branches        ?        0           
=======================================
  Hits            ?     4524           
  Misses          ?     2636           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClementWalter ClementWalter merged commit 74efed7 into kkrt-labs:main Dec 3, 2024
5 checks passed
@obatirou obatirou deleted the remove-useless-computation branch December 6, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: remove useless computation in uint256_fast_exp
2 participants