Commit Graph

6 Commits

Author SHA1 Message Date
edc9c4d353
bitmask.py: implement bitwise AND, OR, and XOR 2022-07-30 15:28:22 -04:00
b38afa0af4
bitmask.py: implement hex conversion 2022-07-30 14:05:13 -04:00
aac04c5221
bitmask.py: improve unit test readability 2022-07-30 13:55:25 -04:00
2f1b285e83
bitmask.py: add subtraction operators 2022-07-29 21:44:30 -04:00
0e67984d99
bitmask.py: remove negative number unit test
Negative numbers are possible because signed integers could be used.
2022-07-27 21:59:51 -04:00
22b1d55298
bitmask.py: add unit tests 2022-07-27 17:54:54 -04:00