summaryrefslogtreecommitdiff
path: root/src/core/crypto/xts_encryption_layer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Remove unused includesGravatar ameerj2021-11-031-1/+0
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-2/+2
* file_sys/crypto: Fix missing/unnecessary includesGravatar Zach Hilman2018-08-241-0/+1
* crypto: Eliminate magic constantsGravatar Zach Hilman2018-08-231-15/+18
* xts_encryption_layer: Implement XTSEncryptionLayerGravatar Zach Hilman2018-08-231-0/+54