-rw-r--r-- 381 cryptattacktester-20231020/selection.h raw
#ifndef selection_h #define selection_h #include <map> #include <string> #include "bigint.h" #include "bigint.h" typedef std::map<std::string,std::string> selection_type; selection_type selection_parse(char **,bigint); bool selection_allows(const selection_type &,std::string,std::string); void selection_constrain(const selection_type &,std::string,bigint &,bigint &); #endif