aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto/xts_encryption_layer.cpp
AgeCommit message (Collapse)Author
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-11-03core: Remove unused includesameerj
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-24file_sys/crypto: Fix missing/unnecessary includesZach Hilman
2018-08-23crypto: Eliminate magic constantsZach Hilman
2018-08-23xts_encryption_layer: Implement XTSEncryptionLayerZach Hilman