fearlessTobi
|
63c2e32e20
|
Port #4182 from Citra: "Prefix all size_t with std::"
|
2018-09-15 15:21:06 +02:00 |
|
Lioncash
|
0d04ee97dc
|
aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior
These functions should only be given trivially-copyable types.
|
2018-08-04 17:30:52 -04:00 |
|
Lioncash
|
64c8212ae1
|
aes_util: Make CalculateNintendoTweak() an internally linked function
This function doesn't directly depend on class state, so it can be
hidden entirely from the interface in the cpp file.
|
2018-08-04 17:30:48 -04:00 |
|
Lioncash
|
b25468b498
|
aes_util: Make Transcode() a const member function
This doesn't modify member state, so it can be made const.
|
2018-08-04 16:49:42 -04:00 |
|
Lioncash
|
8da651ac4d
|
core/crypto: Remove unnecessary includes
|
2018-08-04 16:44:07 -04:00 |
|
Zach Hilman
|
03149d3e4a
|
Add missing includes and use const where applicable
|
2018-08-01 00:16:54 -04:00 |
|
Zach Hilman
|
239a3113e4
|
Make XCI comply to review and style guidelines
|
2018-08-01 00:16:54 -04:00 |
|
Zach Hilman
|
22342487e8
|
Extract mbedtls to cpp file
|
2018-08-01 00:16:54 -04:00 |
|
Zach Hilman
|
df5b75694f
|
Remove files that are not used
|
2018-08-01 00:16:54 -04:00 |
|