DKGCrypto.h 172 Bytes
//
// 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