suou.bits
Utilities for working with bits & handy arithmetics
Functions
|
Count the number of one bits in a number. |
|
Concatenate a list of integers into a bytestring. |
|
Select the bits from n chosen by mask, least significant first. |
|
Smallest integer greater than x and divisible by y |
|
Greatest integer smaller than x and divisible by y |
|
Split a bytestring into chunks of equal size, and interpret each chunk as an unsigned integer. |