This is the quick start guide for the group_sam_drivers_aes, with step-by-step instructions on how to configure and use the driver for a specific use case.The code examples can be copied into e.g the main application loop or any other function that will need to control the AES module.
This use case will demonstrate how to initialize the AES module to encryption or decryption data.
This module requires the following service
Add this to the main loop or a setup function:
We can then encrypt the plain text by
We can get the cipher text after it's ready by