mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Define the NoiseClient and NoiseServer API's
This commit is contained in:
@@ -196,6 +196,11 @@ KeyRingClass KeyRing;
|
||||
* primary remote device that this device will be communicating with.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \var KeyRingClass::PreSharedKeyDefault
|
||||
* \brief Identifier for the default pre-shared symmetric key for the device.
|
||||
*/
|
||||
|
||||
/**
|
||||
* \var KeyRingClass::EthernetMACAddress
|
||||
* \brief Identifier for storing a generated MAC address into the other
|
||||
|
||||
@@ -65,6 +65,8 @@ public:
|
||||
static const uint16_t LocalEd25519Default = 0x4501; // 'E', 0x01
|
||||
static const uint16_t RemoteEd25519Default = 0x6501; // 'e', 0x01
|
||||
|
||||
static const uint16_t PreSharedKeyDefault = 0x5001; // 'P', 0x01
|
||||
|
||||
static const uint16_t EthernetMACAddress = 0x4D01; // 'M', 0x01
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user