#include <common/bloom.h>
#include <primitives/block.h>
#include <serialize.h>
#include <uint256.h>
#include <set>
#include <vector>
Go to the source code of this file.
|
std::vector< unsigned char > | BitsToBytes (const std::vector< bool > &bits) |
|
std::vector< bool > | BytesToBits (const std::vector< unsigned char > &bytes) |
|
◆ BitsToBytes()
std::vector< unsigned char > BitsToBytes |
( |
const std::vector< bool > & |
bits | ) |
|
◆ BytesToBits()
std::vector< bool > BytesToBits |
( |
const std::vector< unsigned char > & |
bytes | ) |
|