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