SealedLips/Client/encryption.h
2023-05-07 00:17:27 +08:00

12 lines
81 B
C++

#ifndef ECC_H
#define ECC_H
class ECC
{
public:
ECC();
};
#endif // ECC_H