From 95f683eae7a004860eae2bca43f56f98b769cf80 Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Tue, 8 May 2018 18:36:27 +0200 Subject: Add comparison function to public key --- include/odhtdb/Signature.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/odhtdb/Signature.hpp b/include/odhtdb/Signature.hpp index dac856b..1f5158e 100644 --- a/include/odhtdb/Signature.hpp +++ b/include/odhtdb/Signature.hpp @@ -70,6 +70,7 @@ namespace odhtdb size_t operator()() const; bool operator==(const PublicKey &other) const; + bool operator!=(const PublicKey &other) const; std::string toString() const; private: -- cgit v1.2.3