ethereum-consensus icon indicating copy to clipboard operation
ethereum-consensus copied to clipboard

enhance safety of arithmetic

Open ralexstokes opened this issue 2 years ago • 0 comments

similar to #151 , but for arithmetic operations

e.g. rather than - use checked_sub and return an error on overflow, rather than panic

ralexstokes avatar Aug 23 '22 17:08 ralexstokes