Integer functions¶
- bytearray_to_int(data, endianess='big')¶
- bytearray_to_wordlist(data, word_size, size=None)¶
- int_to_bytearray(data, size, endianess='big')¶
- int_to_wordlist(value, word_size, size, endianess='big')¶
- lor(value, rotation, size)¶
- ror(value, rotation, size)¶
- wordlist_to_bytearray(data, word_size, size=None)¶
- wordlist_to_int(wordlist, word_size, endianess='big')¶