-rw-r--r-- 327 cryptattacktester-20231020/isd2_params.h raw
#ifndef isd2_params_h #define isd2_params_h #include <vector> #include "bigint.h" bool isd2_params_valid(const std::vector<bigint> &,const std::vector<bigint> &); #include <map> #include <string> void isd2_params(const std::vector<bigint> &,std::map<std::string,std::string> &,int (*)(const std::vector<bigint> &)); #endif