|
@@ -12,6 +12,7 @@ class PrivateKeyDCRTPoly final
|
|
|
{
|
|
|
std::shared_ptr<PrivateKeyImpl> m_privateKey;
|
|
|
public:
|
|
|
+ PrivateKeyDCRTPoly() = default;
|
|
|
explicit PrivateKeyDCRTPoly(const std::shared_ptr<PrivateKeyImpl>& privateKey);
|
|
|
PrivateKeyDCRTPoly(const PrivateKeyDCRTPoly&) = delete;
|
|
|
PrivateKeyDCRTPoly(PrivateKeyDCRTPoly&&) = delete;
|