Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 193 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 193 Bytes

bit_manip.py

8 bit byte conversions

  • hex byte
  • char byte
  • array of 1s and 0s (bitstring)

32 bit word conversions:

  • array of hex bytes
  • array of chars
  • array of 1s and 0s (bitstring)