aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 08:20:57 +0100
committerAleksi Lindeman <0xdec05eba@gmail.com>2018-03-13 08:21:08 +0100
commit05bcf662835aefe4b63439860825345afbc911f4 (patch)
tree445d5213a4764797ff6665fb38f48ac284d225f2 /include
parent1354b690c4dafa080d5b59b6ffe67959747c4b5e (diff)
Fix PrivateKey/PublicKey ::toString
Diffstat (limited to 'include')
-rw-r--r--include/odhtdb/Database.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odhtdb/Database.hpp b/include/odhtdb/Database.hpp
index 6bc7bc5..5114d28 100644
--- a/include/odhtdb/Database.hpp
+++ b/include/odhtdb/Database.hpp
@@ -112,6 +112,7 @@ namespace odhtdb
DatabaseCreateResponse(LocalUser *nodeAdminUser, const std::shared_ptr<char*> &key, const std::shared_ptr<Hash> &hash);
const LocalUser* getNodeAdminUser() const;
+ // Size of encryption key is odhtdb::KEY_BYTE_SIZE (found in Encryption.hpp)
const std::shared_ptr<char*> getNodeEncryptionKey() const;
const std::shared_ptr<Hash> getRequestHash() const;
private: