5.2.1.2 ECDH - TempKey Source
The ECDH
command may use the value in TempKey as its
starting value for an ECDH
command. The ECC private key value in
TempKey must be generated by the GenKey
command. Once the TempKey has
been used by the ECDH
command, the TempKey.Valid flag is reset. If the
output is back to the TempKey location, then this flag will be set again.
Opcode |
Mode |
KeyId | Data | Description | |
---|---|---|---|---|---|
Data 1 |
Data 2 | ||||
0x43 | 0x0D | 0x00 00 | X component of public key | Y component of public key |
|
0x0F | 0x00 00 | X component of public key | Y component of public key |
| |
0x09 | 0x00 00 | X component of public key | Y component of public key |
| |
0x05 | 0x00 0[Slot] | X component of public key | Y component of public key |
|
Note:
- When the ChipOptions.ECDHPROT
value is 1, then the output of the
ECDH
command will be encrypted in this mode. For the ATECC608B-TNGLoRaWAN the ECDHPROT field is set to 0 and encryption will be dependent upon the mode of theECDH
command.
Name | Mode | Size | Description |
---|---|---|---|
Response | 0x0D or 0x0F | 1 byte | Error code if command fails |
Response | 0x0D | 32 bytes | Shared Master Secret as clear text |
Response | 0x0F |
32 bytes |
Shared Master Secret as encrypted text |
Response | 0x05 or 0x09 | 1 byte | 0x00 if successful, otherwise an error code is returned |