tristangurtler %!s(int64=4) %!d(string=hai) anos
pai
achega
3784fbf4d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;