2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/crypto
Zach Hilman 1fa31cf74d key_manager: Use isxdigit instead of isdigit when reading key file
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.
2018-10-27 21:56:10 -04: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: Use isxdigit instead of isdigit when reading key file 2018-10-27 21:56:10 -04:00
key_manager.h key_manager/partition_data_manager: Silence truncation compiler warnings 2018-10-13 09:13:19 -04:00
partition_data_manager.cpp crypto: Use compressed sizes in offset calculation for KIP decompression 2018-10-19 18:37:58 -04:00
partition_data_manager.h partition_data_manager: Take package2_keys by const reference 2018-10-13 09:24:41 -04:00
sha_util.cpp
sha_util.h
xts_encryption_layer.cpp
xts_encryption_layer.h