Skip to content

Commit cfb455d

Browse files
committed
.
1 parent 2c67136 commit cfb455d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/Aes/Aes.ino

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ void setup()
1616
// Define a variable status that will be used to store the result of the PSA API calls.
1717
psa_status_t status = PSA_SUCCESS;
1818

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-
2519
// The data to sign.
2620
uint8_t message[64] =
2721
{

0 commit comments

Comments
 (0)