29 #if RC5_COMPILE_WITH_CODING_TOOL_LIB
33 #include "LowWeightSearch.h"
34 #include "InputHandler.h"
36 void rc5_lwcs_encrypt_diff_lin(uint32_t * x,
int r) ;
37 CodeWord rc5_lwcs_build_function(uint64_t & i);
38 std::vector<WORD> rc5_lwcs_get_minw_cw(
int argc,
const char* argv[], uint32_t* min_wt);
39 void rc5_lwcs(
int argc,
const char* argv[]);
41 #endif //#if RC5_COMPILE_WITH_CODING_TOOL_LIB
42 #endif // #ifndef RC5_LWCS_H