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.