dolphin/Source/Core/Common/Crypto
Lioncash 03414e8e84 Common: Add header for compiler-specifics
Instead of globbing things under an ambiguous Common.h header, move
compiler-specifics over to Compiler.h. This gives us a dedicated home
for anything related to compilers that we want to make functional across
all compilers that we support.

This moves us a little closer to eliminating Common.h entirely.
2018-06-09 12:10:05 -04:00
..
AES.cpp IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
AES.h IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
bn.cpp bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
bn.h bn: Use int instead of u32 for sizes 2018-05-20 19:59:26 +02:00
ec.cpp Common: Add header for compiler-specifics 2018-06-09 12:10:05 -04:00
ec.h Move ECCSignature to Common::ec and give it a less confusing name 2018-05-27 14:01:38 +02:00