5#ifndef BITCOIN_UTIL_ASMAP_H
6#define BITCOIN_UTIL_ASMAP_H
13uint32_t
Interpret(
const std::vector<bool> &asmap,
const std::vector<bool> &ip);
uint32_t Interpret(const std::vector< bool > &asmap, const std::vector< bool > &ip)
std::vector< bool > DecodeAsmap(fs::path path)
Read asmap from provided binary file.
bool SanityCheckASMap(const std::vector< bool > &asmap, int bits)
Path class wrapper to block calls to the fs::path(std::string) implicit constructor and the fs::path:...