-rw-r--r-- 184 cryptattacktester-20231020/aes128_enum_cost.h raw
#ifndef aes128_enum_cost_h #define aes128_enum_cost_h #include <vector> #include "bigint.h" bigint aes128_enum_cost(const std::vector<bigint> &,const std::vector<bigint> &); #endif