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