Unpack bytes into a vector of bits, eight bits per byte, least significant bit first.
Declared in <merkleblock.h>
std::vector<bool>
BytesToBits(std::vector<unsigned char> const& bytes);
The unpacked bit sequence, eight bits per input byte.
| Name | Description |
|---|---|
| bytes | The packed bytes to expand. |