We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c67136 commit cfb455dCopy full SHA for cfb455d
examples/Aes/Aes.ino
@@ -16,12 +16,6 @@ void setup()
16
// Define a variable status that will be used to store the result of the PSA API calls.
17
psa_status_t status = PSA_SUCCESS;
18
19
- // The operation structure that will be used to store the operation context for the encrypt operation.
20
- psa_cipher_operation_t encryptOperation = PSA_CIPHER_OPERATION_INIT;
21
-
22
- // The operation structure that will be used to store the operation context for the decrypt operation.
23
- psa_cipher_operation_t decryptOperation = PSA_CIPHER_OPERATION_INIT;
24
25
// The data to sign.
26
uint8_t message[64] =
27
{
0 commit comments