#ifndef aes128_enum_prob_h #define aes128_enum_prob_h #include #include "bigfloat.h" bigfloat aes128_enum_prob(const std::vector &,const std::vector &); #endif