#ifndef aes128_enum_cost_h #define aes128_enum_cost_h #include #include "bigint.h" bigint aes128_enum_cost(const std::vector &,const std::vector &); #endif