DKGCrypto.h 172 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 // // Created by kladko on 10/3/19. // #ifndef SGXD_DKGCRYPTO_H #define SGXD_DKGCRYPTO_H #include <string> std::string gen_dkg_poly( int _t); #endif //SGXD_DKGCRYPTO_H