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