-rw-r--r-- 228 cryptattacktester-20230614/bruteforce.h raw
#ifndef bruteforce_h #define bruteforce_h #include <vector> #include "bit.h" #include "bigint.h" std::vector<bit> bruteforce( const std::vector<bit> &, const std::vector<bigint> &, const std::vector<bigint> & ); #endif