-rw-r--r-- 184 cryptattacktester-20231020/bruteforce2_cost.h raw
#ifndef bruteforce2_cost_h #define bruteforce2_cost_h #include <vector> #include "bigint.h" bigint bruteforce2_cost(const std::vector<bigint> &,const std::vector<bigint> &); #endif