commit | 8f8dc4c188a0a042b92faa134d4f211c6fb0cfbc | [log] [tgz] |
---|---|---|
author | gabor-mezei-arm <gabor.mezei@arm.com> | Thu Apr 08 15:31:36 2021 +0200 |
committer | gabor-mezei-arm <gabor.mezei@arm.com> | Thu Jun 24 16:57:29 2021 +0200 |
tree | 66ea5cdea9b9e93a8abfbe1e4b816c955616baff | |
parent | fa990b5ffed3b4c79415334020a0defc46cbf0ea [diff] |
Add changelog entry Signed-off-by: gabor-mezei-arm <gabor.mezei@arm.com>
diff --git a/ChangeLog.d/one-shot_cipher_functions.txt b/ChangeLog.d/one-shot_cipher_functions.txt new file mode 100644 index 0000000..30b8ae5 --- /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.