* refactor: moved ACL out of SensorMesh -> ClientACL

Этот коммит содержится в:
Scott Powell
2025-09-12 15:35:31 +10:00
родитель c8a10cc3b3
Коммит 281591f147
6 изменённых файлов: 232 добавлений и 210 удалений
+1 -1
Просмотреть файл
@@ -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;