Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 707 Bytes

Malleability risk from dirty high order bits.md

File metadata and controls

18 lines (17 loc) · 707 Bytes

Types that do not occupy the full 32 bytes might contain “dirty higher order bits” which does not affect operation on types but gives different results with msg.data. (see here)


Slide Screenshot

061.jpg


Slide Text

  • Types < 32 Bytes
  • Dirty High Order Bits
  • Type Operations -> Ok
  • msg.data -> Not Ok
  • Risk Awareness

References


Tags