#ifndef bruteforce_h #define bruteforce_h #include #include "bit.h" #include "bigint.h" std::vector bruteforce( const std::vector &, const std::vector &, const std::vector & ); #endif