tristangurtler 4 lat temu
rodzic
commit
3784fbf4d3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      bgn2/inc/BGN.hpp

+ 1 - 1
bgn2/inc/BGN.hpp

@@ -26,7 +26,7 @@ class BGN
         Scalar decrypt(const Quadripoint& ciphertext) const;
 
         const PublicKey& get_public_key() const;
-        const PublicKey& get_private_key() const;
+        const PrivateKey& get_private_key() const;
 
 	private:
 		PublicKey public_key;