mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* refactor: moved ACL out of SensorMesh -> ClientACL
This commit is contained in:
parent
c8a10cc3b3
commit
281591f147
6 changed files with 232 additions and 210 deletions
|
|
@ -71,7 +71,7 @@ public:
|
|||
* \param secret OUT - the 'shared secret' (must be PUB_KEY_SIZE bytes)
|
||||
* \param other_pub_key IN - the public key of second party in the exchange (must be PUB_KEY_SIZE bytes)
|
||||
*/
|
||||
void calcSharedSecret(uint8_t* secret, const uint8_t* other_pub_key);
|
||||
void calcSharedSecret(uint8_t* secret, const uint8_t* other_pub_key) const;
|
||||
|
||||
bool readFrom(Stream& s);
|
||||
bool writeTo(Stream& s) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue