yuzu/src/core/crypto
FearlessTobi 9f82a9a244 crypto: Make KeyManager a singleton class
Previously, we were reading the keys everytime a KeyManager object was created, causing yuzu to reread the keys file multiple hundreds of times when loading the game list.
With this change, it is only loaded once.
On my system, this decreased game list loading times by a factor of 20.
2020-05-20 21:28:16 +02:00
..
aes_util.cpp
aes_util.h
ctr_encryption_layer.cpp
ctr_encryption_layer.h
encryption_layer.cpp
encryption_layer.h
key_manager.cpp key_manager: Resolve missing field initializer warning 2020-04-16 22:45:44 -04:00
key_manager.h crypto: Make KeyManager a singleton class 2020-05-20 21:28:16 +02:00
partition_data_manager.cpp General: Resolve warnings related to missing declarations 2020-04-16 23:43:34 -04:00
partition_data_manager.h partition_data_manager: Add accessor for decrypted PRODINFO partition 2019-09-21 16:43:10 -04:00
sha_util.cpp
sha_util.h
xts_encryption_layer.cpp
xts_encryption_layer.h