Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IntsToBitsLSB ¶
IntsToBitsLSB encodes ints as LSB 0 bit numbering per https://en.wikipedia.org/wiki/Bit_numbering#LSB_0_bit_numbering The low bit of each nibble is tested, therefore integers should be written as 8-digit hex numbers consisting of 1s or 0s.
IntsToBitsLSB(0x11001010) -> 0x35
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.