Separate Packet/Encoding Functions into new `compsci` module.
Closed this issue · 1 comments
engineerjoe440 commented
We should start looking at creating network-focused educational functions, and a selection of binary-centric functions (like what's the maximum number that a 32-, 64-, or n-bit variable can contain when it's signed, vs unsigned, etc.
For now, it makes sense that all of this can be brought into a single compsci
submodule.
engineerjoe440 commented
Better yet... How about compute
as the module name. Simple, concise, and a little more clear as to its purpose.