#include "blowfish.hpp" #include "vectors.h" #include void run_variable_key_wrapper(); void run_set_key_wrapper(); int main(int, char **) { run_variable_key_wrapper(); run_set_key_wrapper(); return 0; }