summaryrefslogtreecommitdiffstats
path: root/src/core/crypto/key_manager.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* key_manager: Use regular std::string instead of std::string_viewLioncash2018-08-041-3/+4
| | | | | | | The benefit of std::string_view comes from the idea of avoiding copies (essentially acting as a non-owning view), however if we're just going to copy into a local variable immediately, there's not much benefit gained here.
* Use more descriptive error codes and messagesZach Hilman2018-08-011-0/+2
|
* Use static const instead of const staticZach Hilman2018-08-011-2/+2
|
* Add missing includes and use const where applicableZach Hilman2018-08-011-3/+4
|
* Allow key loading from %YUZU_DIR%/keys in addition to ~/.switchZach Hilman2018-08-011-0/+2
|
* Make XCI comply to review and style guidelinesZach Hilman2018-08-011-40/+37
|
* Update mbedtls and fix compile errorZach Hilman2018-08-011-0/+1
|
* Remove files that are not usedZach Hilman2018-08-011-0/+116