-rw-r--r-- 231 cryptattacktester-20231020/bruteforce2.h raw
#ifndef bruteforce2_h #define bruteforce2_h #include <vector> #include "bit.h" #include "bigint.h" std::vector<bit> bruteforce2( const std::vector<bit> &, const std::vector<bigint> &, const std::vector<bigint> & ); #endif