yuzu-android/src/core/crypto
Lioncash c1f76abfaf key_manager: Use regular std::string instead of std::string_view
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.
2018-08-04 16:37:30 -04:00
..
aes_util.cpp Make XCI comply to review and style guidelines 2018-08-01 00:16:54 -04:00
aes_util.h Add missing includes and use const where applicable 2018-08-01 00:16:54 -04:00
ctr_encryption_layer.cpp Add missing includes and use const where applicable 2018-08-01 00:16:54 -04:00
ctr_encryption_layer.h Add missing includes and use const where applicable 2018-08-01 00:16:54 -04:00
encryption_layer.cpp Make XCI comply to review and style guidelines 2018-08-01 00:16:54 -04:00
encryption_layer.h Add missing includes and use const where applicable 2018-08-01 00:16:54 -04:00
key_manager.cpp key_manager: Use regular std::string instead of std::string_view 2018-08-04 16:37:30 -04:00
key_manager.h key_manager: Use regular std::string instead of std::string_view 2018-08-04 16:37:30 -04:00
sha_util.cpp Remove files that are not used 2018-08-01 00:16:54 -04:00
sha_util.h Remove files that are not used 2018-08-01 00:16:54 -04:00