diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-05-08 18:36:27 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-05-08 18:36:30 +0200 |
commit | 95f683eae7a004860eae2bca43f56f98b769cf80 (patch) | |
tree | c140d625b5f6b3a002b1fe69e0f0b69d9eb6f43e /include | |
parent | e3b6538c17884b5985a78e3d7c507d02b7af2e78 (diff) |
Add comparison function to public key
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: |