| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
| This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
| 2021-04-23 | aes_util: Make use of std::span | Lioncash | |
| Allows us to simplify the interface quite a bit as it will handle contiguous sequences for us. | |||
| 2021-03-05 | aes_util: Remove malformed mbedtls_cipher_finish function call | Morph | |
| 2020-08-06 | aes_util: Make use of non-template variant of Transcode | Lioncash | |
| Same behavior, less template instantiations. | |||
| 2020-08-03 | aes_util: Allow SetIV to be non-allocating | Lioncash | |
| In a few places, the data to be set as the IV is already within an array. We shouldn't require this data to be heap-allocated if it doesn't need to be. This allows certain callers to reduce heap churn. | |||
| 2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | |
| 2018-09-04 | aes_util: Fix error involving reads of less than 0x10 | Zach Hilman | |
| Issues with block size are fixed by making all reads minimum length of 0x10 | |||
| 2018-08-23 | aes_util: Make XTSTranscode stricter about sizes | Zach Hilman | |
| XTS with Nintendo Tweak will fail mysteriously if the sector size is not 0x4000. Upgrade the critical log to an assert to prevent undefined behavior. | |||
| 2018-08-04 | aes_util: Make CalculateNintendoTweak() an internally linked function | Lioncash | |
| 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 | aes_util: Make Transcode() a const member function | Lioncash | |
| This doesn't modify member state, so it can be made const. | |||
| 2018-08-04 | core/crypto: Remove unnecessary includes | Lioncash | |
| 2018-08-01 | Make XCI comply to review and style guidelines | Zach Hilman | |
| 2018-08-01 | Extract mbedtls to cpp file | Zach Hilman | |
| 2018-08-01 | Remove files that are not used | Zach Hilman | |
