diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/odhtdb/Signature.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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: |