[][src]Module steganer::bytetools

Functions

bytes_to_u24

Convert 3 bytes to a 24 bits long integer.

get_bits

Get bits from a given position.

get_bytes

Take data bits and return a vector with its bytes.

left_justify

Justify at top left given data.

mask

Return a mask to apply to binary operations.

u24_to_bytes

Convert a 24 bit long integer into an array of 3 bytes.