summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-23key_manager: Eliminate indexed for loopZach Hilman1-6/+13
2018-08-23key_manager: Create keys dir if it dosen't existZach Hilman1-0/+1
2018-08-23file_sys: Cut down on includes and copiesZach Hilman1-11/+11
2018-08-23crypto: Eliminate magic constantsZach Hilman1-1/+1
2018-08-23key_manager: Add support for autogenerated keysZach Hilman1-3/+43
2018-08-23key_manager: Add support for KEK and SD seed derivationZach Hilman1-2/+112
2018-08-23key_manager: Switch to boost flat_map for keysZach Hilman1-2/+3
2018-08-16common: Namespace hex_util.h/.cppLioncash1-4/+4
2018-08-12crypto: Remove hex utilities from key_managerZach Hilman1-33/+2
2018-08-04core/crypto: Remove unnecessary includesLioncash1-4/+1
2018-08-04key_manager: Use regular std::string instead of std::string_viewLioncash1-7/+3
2018-08-01Use more descriptive error codes and messagesZach Hilman1-5/+22
2018-08-01Add missing includes and use const where applicableZach Hilman1-5/+8
2018-08-01Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman1-7/+18
2018-08-01Make XCI comply to review and style guidelinesZach Hilman1-301/+75
2018-08-01Remove files that are not usedZach Hilman1-0/+410