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
Age
Commit message (
Expand
)
Author
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-04
game_list: Use RegisteredCacheUnion for installed
Zach Hilman
2018-09-04
aes_util: Fix error involving reads of less than 0x10
Zach Hilman
2018-09-04
nsp: Comply with style and performance guidelines
Zach Hilman
2018-09-04
card_image: Parse XCI secure partition with NSP
Zach Hilman
2018-09-04
key_manager: Avoid autogeneration if key exists
Zach Hilman
2018-09-03
file_sys: Replace includes with forward declarations where applicable
Lioncash
2018-08-24
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
2018-08-23
key_manager: Eliminate indexed for loop
Zach Hilman
2018-08-23
key_manager: Create keys dir if it dosen't exist
Zach Hilman
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
crypto: Eliminate magic constants
Zach Hilman
2018-08-23
key_manager: Add support for autogenerated keys
Zach Hilman
2018-08-23
key_manager: Add support for KEK and SD seed derivation
Zach Hilman
2018-08-23
key_manager: Switch to boost flat_map for keys
Zach Hilman
2018-08-23
xts_encryption_layer: Implement XTSEncryptionLayer
Zach Hilman
2018-08-23
aes_util: Make XTSTranscode stricter about sizes
Zach Hilman
2018-08-23
ctr_encryption_layer: Fix bug when transcoding small data
Zach Hilman
2018-08-15
common: Namespace hex_util.h/.cpp
Lioncash
2018-08-11
crypto: Remove hex utilities from key_manager
Zach Hilman
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-04
key_manager: Use regular std::string instead of std::string_view
Lioncash
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
2018-08-01
Use static const instead of const static
Zach Hilman
2018-08-01
Add missing includes and use const where applicable
Zach Hilman
2018-08-01
Allow key loading from %YUZU_DIR%/keys in addition to ~/.switch
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
Add missing string.h include
Zach Hilman
2018-08-01
Update mbedtls and fix compile error
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
[prev]