Optimize muldiv (#4494)

Co-authored-by: Francisco <fg@frang.io>
This commit is contained in:
Vladislav
2023-08-01 13:52:36 +02:00
committed by GitHub
parent fa680739e9
commit 48cc8a92f5
2 changed files with 7 additions and 4 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': patch
---
`Math`: Optimized stack operations in `mulDiv`.