-rw-r--r-- 181 cryptattacktester-20230614/bruteforce_cost.h raw
#ifndef bruteforce_cost_h #define bruteforce_cost_h #include <vector> #include "bigint.h" bigint bruteforce_cost(const std::vector<bigint> &,const std::vector<bigint> &); #endif