mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Mostly small cleanups and style fixes.
This commit is contained in:
4
Hanko.h
4
Hanko.h
@@ -35,8 +35,8 @@ public:
|
||||
std::string GetHankoString(HankoFormat format) const;
|
||||
std::vector<unsigned char> GetHankoBinary(HankoFormat format) const;
|
||||
|
||||
const std::vector<unsigned char>& GetContactBlock(void) const { return mContactBlock; }
|
||||
const CKey& GetPublicKey(void) const { return mPubKey; }
|
||||
const std::vector<unsigned char>& GetContactBlock() const { return mContactBlock; }
|
||||
const CKey& GetPublicKey() const { return mPubKey; }
|
||||
|
||||
int UpdateContact(std::vector<unsigned char>& Contact);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user