Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | aes_util: Make use of std::span | Lioncash | 2021-04-23 | 1 | -6/+2 |
* | aes_util: Allow SetIV to be non-allocating | Lioncash | 2020-08-03 | 1 | -3/+6 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -7/+7 |
* | aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure well-defined behavior | Lioncash | 2018-08-04 | 1 | -0/+4 |
* | aes_util: Make CalculateNintendoTweak() an internally linked function | Lioncash | 2018-08-04 | 1 | -2/+0 |
* | aes_util: Make Transcode() a const member function | Lioncash | 2018-08-04 | 1 | -2/+2 |
* | core/crypto: Remove unnecessary includes | Lioncash | 2018-08-04 | 1 | -1/+1 |
* | Add missing includes and use const where applicable | Zach Hilman | 2018-08-01 | 1 | -2/+5 |
* | Make XCI comply to review and style guidelines | Zach Hilman | 2018-08-01 | 1 | -6/+7 |
* | Extract mbedtls to cpp file | Zach Hilman | 2018-08-01 | 1 | -83/+23 |
* | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+118 |