ruuvi.drivers.c
${PROJECT_VERSION}
Drivers for external sensors and peripherals on embedded systems.
|
Go to the source code of this file.
Functions | |
rd_status_t | ri_aes_ecb_128_encrypt (const uint8_t *const cleartext, uint8_t *const ciphertext, const uint8_t *const key, const size_t data_length) |
encrypt a block with AES ECB 128 encryption More... | |
Interface for AES encryption and decryption operations.
Definition in file ruuvi_interface_aes.h.