MySensors Library & Examples  2.3.2
Public Attributes | List of all members
nrf_ecb_t Struct Reference

Detailed Description

Datastructure for AES ECB unit

Definition at line 186 of file MyHwNRF5.h.

#include <MyHwNRF5.h>

+ Collaboration diagram for nrf_ecb_t:

Public Attributes

uint8_t key [16]
 
uint8_t cleartext [16]
 
uint8_t ciphertext [16]
 

Member Data Documentation

◆ ciphertext

uint8_t nrf_ecb_t::ciphertext[16]

Encrypted data

Definition at line 195 of file MyHwNRF5.h.

◆ cleartext

uint8_t nrf_ecb_t::cleartext[16]

Unencrypted data

Definition at line 192 of file MyHwNRF5.h.

◆ key

uint8_t nrf_ecb_t::key[16]

AES Key

Definition at line 189 of file MyHwNRF5.h.


The documentation for this struct was generated from the following file: