From f167deb6e0a57ed36653a3a12dd231ddc923c409 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Wed, 30 May 2018 19:20:48 +0100 Subject: [PATCH] aes: xts: Add a reference to the standard It's useful to add a reference to the standard one implements. Add a reference to the AES-XTS standard to the top of `aes.h`. --- include/mbedtls/aes.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/mbedtls/aes.h b/include/mbedtls/aes.h index 74c528fb6..f6603d596 100644 --- a/include/mbedtls/aes.h +++ b/include/mbedtls/aes.h @@ -13,6 +13,11 @@ * ISO/IEC 18033-2:2006: Information technology -- Security * techniques -- Encryption algorithms -- Part 2: Asymmetric * ciphers. + * + * The AES-XTS block mode is standardized by NIST SP 800-38E + * + * and described in detail by IEEE P1619 + * . */ /* Copyright (C) 2006-2018, Arm Limited (or its affiliates), All Rights Reserved.