Skip to content

eli-davis/bit_manip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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)