5 #ifndef BITCOIN_UTIL_ASMAP_H 6 #define BITCOIN_UTIL_ASMAP_H 11 uint32_t
Interpret(
const std::vector<bool> &asmap,
const std::vector<bool> &ip);
15 #endif // BITCOIN_UTIL_ASMAP_H uint32_t Interpret(const std::vector< bool > &asmap, const std::vector< bool > &ip)
bool SanityCheckASMap(const std::vector< bool > &asmap, int bits)