@@ -503,6 +503,12 @@ pub mod ffi
fn GenNullPublicKey() -> UniquePtr<PublicKeyDCRTPoly>;
}
+ // PrivateKeyDCRTPoly
+ unsafe extern "C++"
+ {
+ fn GenNullPrivateKey() -> UniquePtr<PrivateKeyDCRTPoly>;
+ }
+
// KeyPairDCRTPoly
unsafe extern "C++"
{