diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-05-08 18:36:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-08-18 23:25:46 +0200 |
commit | 5e30dd8fd378b0dfb24a67aa75aec1d0902c0243 (patch) | |
tree | a74c0f68f5068227a8116a7f0eaea3f0a51ffc2f /include | |
parent | c6c1b5217a48b60018bbd468b57cbcac600ec0ed (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: |