From 9ca3ad73290439aa3ee5b572073bdbafb04a8d00 Mon Sep 17 00:00:00 2001 From: gabor-mezei-arm Date: Thu, 8 Apr 2021 15:31:36 +0200 Subject: [PATCH] Add changelog entry Signed-off-by: gabor-mezei-arm --- ChangeLog.d/one-shot_cipher_functions.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/one-shot_cipher_functions.txt diff --git a/ChangeLog.d/one-shot_cipher_functions.txt b/ChangeLog.d/one-shot_cipher_functions.txt new file mode 100644 index 0000000000..30b8ae5d63 --- /dev/null +++ b/ChangeLog.d/one-shot_cipher_functions.txt @@ -0,0 +1,4 @@ +API changes + * Implement one-shot cipher functions, psa_cipher_encrypt and + psa_cipher_decrypt, according to the PSA Crypto API 1.0.0 + documentation.