Sign Dictionary in doNETWORK_CONFIG_REQUEST.
This commit is contained in:
parent
68b4ca9b31
commit
7036831203
3 changed files with 15 additions and 1 deletions
|
@ -454,7 +454,7 @@ public:
|
|||
{
|
||||
this->erase(sigKey);
|
||||
C25519::Signature sig(C25519::sign(kp,this->data(),this->sizeBytes()));
|
||||
this->add(sigKey,sig.data,ZT_C25519_SIGNATURE_LEN);
|
||||
this->add(sigKey,reinterpret_cast<const char *>(sig.data),ZT_C25519_SIGNATURE_LEN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue