Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 470 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 470 Bytes

Solidity Bits & Bytes Utils

🚧 Under development

This Solidity library is currently under development and a work in progress.

Solidity library to manipulate bits in integers and bytes, including getting subsets and toggling.

This library is based and inspired from Catonmat.net: Low Level Bit Hacks.