Roots now understand encrypted HELLO.
This commit is contained in:
parent
2316a45a45
commit
0ab4e2f750
4 changed files with 57 additions and 11 deletions
|
@ -447,7 +447,9 @@ public:
|
|||
|
||||
ZT_ALWAYS_INLINE unsigned long hashCode() const { return ((unsigned long)_address.toInt() + (unsigned long)_pub.c25519[0] + (unsigned long)_pub.c25519[1] + (unsigned long)_pub.c25519[2]); }
|
||||
|
||||
private:
|
||||
ZT_ALWAYS_INLINE const uint8_t *c25519SecretKey() const { return this->_priv.c25519; }
|
||||
|
||||
private:
|
||||
Address _address;
|
||||
Type _type;
|
||||
bool _hasPrivate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue