Update comments
Provide CriticalBlue with recognition of their helpful work with mbedTLS. Thanks to Johannes Schneiders, Skip Hovsmith and Barry O'Rourkepull/461/head
parent
6478d6db87
commit
08cb017836
|
|
@ -5,6 +5,11 @@
|
||||||
// ARMv8a AES instructions. A separate source file is needed
|
// ARMv8a AES instructions. A separate source file is needed
|
||||||
// because additional CXXFLAGS are required to enable the
|
// because additional CXXFLAGS are required to enable the
|
||||||
// appropriate instructions sets in some build configurations.
|
// 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 "pch.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue