node-bitarray
node-bitarray copied to clipboard
Bitarray utility lib for node
Results
2
node-bitarray issues
Sort by
recently updated
recently updated
newest added
Bits should be 0 as it's binary of byte 0, but instead it is returned as undefined. 
Inconsistent API: fill(), octet(), and fromHex() are little-endian. Everything else is big-endian.
1
- `fill()` appends 0's to the end of the array, instead of prepending. - `octet()` is just shorthand for `fill(8)` so it suffers the same issue. - `fromHex('F0')` returns `[0,...