From 08cb017836b0d20a3c8f51a7e29570ac5fa66791 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 7 Aug 2017 05:30:15 -0400 Subject: [PATCH] Update comments Provide CriticalBlue with recognition of their helpful work with mbedTLS. Thanks to Johannes Schneiders, Skip Hovsmith and Barry O'Rourke --- rijndael-simd.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rijndael-simd.cpp b/rijndael-simd.cpp index cfdf5f7c..9f577473 100644 --- a/rijndael-simd.cpp +++ b/rijndael-simd.cpp @@ -5,6 +5,11 @@ // ARMv8a AES instructions. A separate source file is needed // because additional CXXFLAGS are required to enable the // appropriate instructions sets in some build configurations. +// +// ARMv8a AES code based on CriticalBlue code from Johannes Schneiders, +// Skip Hovsmith and Barry O'Rourke for the mbedTLS project. Stepping +// mbedTLS under a debugger was helped for us to determine problems +// with our subkey generation and scheduling. #include "pch.h" #include "config.h"