MySensors Library & Examples
2.3.2-62-ge298769
|
Datastructure for AES ECB unit
Definition at line 186 of file MyHwNRF5.h.
#include <MyHwNRF5.h>
Public Attributes | |
uint8_t | key [16] |
uint8_t | cleartext [16] |
uint8_t | ciphertext [16] |
uint8_t nrf_ecb_t::ciphertext[16] |
Encrypted data
Definition at line 195 of file MyHwNRF5.h.
uint8_t nrf_ecb_t::cleartext[16] |
Unencrypted data
Definition at line 192 of file MyHwNRF5.h.
uint8_t nrf_ecb_t::key[16] |
AES Key
Definition at line 189 of file MyHwNRF5.h.