summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/aes_util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* aes_util: Make CalculateNintendoTweak() an internally linked functionLioncash2018-08-041-10/+10
| | | | | This function doesn't directly depend on class state, so it can be hidden entirely from the interface in the cpp file.
* aes_util: Make Transcode() a const member functionLioncash2018-08-041-6/+7
| | | | This doesn't modify member state, so it can be made const.
* core/crypto: Remove unnecessary includesLioncash2018-08-041-0/+2
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-37/+45
|
* Extract mbedtls to cpp fileZach Hilman2018-08-011-2/+100
|
* Remove files that are not usedZach Hilman2018-08-011-0/+6