index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
crypto
/
aes_util.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-04-23
aes_util: Make use of std::span
Lioncash
2020-08-03
aes_util: Allow SetIV to be non-allocating
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-04
aes_util: Add static assertion to Transcode() and XTSTranscode() to ensure we...
Lioncash
2018-08-04
aes_util: Make CalculateNintendoTweak() an internally linked function
Lioncash
2018-08-04
aes_util: Make Transcode() a const member function
Lioncash
2018-08-04
core/crypto: Remove unnecessary includes
Lioncash
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
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