rpcsx/rpcs3/Crypto
Megamouse 76629e1b52 Qt: Allow to use .gz files in Log viewer
Log viewer can open .gz files
Log viewer can save log as .gz
Refactored most instances of zip and unzip code to seperate functions
2023-10-13 07:45:16 +02:00
..
aes.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
aes.h Remove whitespace 2023-02-15 08:58:02 +01:00
aesni.cpp Initial Linux Aarch64 support 2022-01-15 06:48:04 +03:00
aesni.h crypto: implement AES-NI acceleration 2019-08-19 23:39:40 +03:00
decrypt_binaries.cpp PPUAnalyser: fix std::move nonsense 2023-06-14 11:05:00 +03:00
decrypt_binaries.h Fix decrypt_binaries_t::done() 2023-08-03 16:19:55 +03:00
ec.cpp ecdsa: tiny optimization for key and curve 2023-07-16 09:32:39 +02:00
ec.h ecdsa: clean up some code 2023-07-16 09:32:39 +02:00
key_vault.cpp More random changes 2021-04-11 14:01:51 +03:00
key_vault.h Remove whitespace 2023-02-15 08:58:02 +01:00
lz.cpp Correct mismatched licenses in Crypto 2021-05-02 13:39:50 +03:00
lz.h Correct mismatched licenses in Crypto 2021-05-02 13:39:50 +03:00
md5.cpp crypto light refactoring. 2021-05-21 16:34:38 +03:00
md5.h Adds md5 hash to Crypto implementations 2019-09-17 01:17:48 +03:00
sha1.cpp crypto light refactoring. 2021-05-21 16:34:38 +03:00
sha1.h Updated the Crypto Engine: 2014-10-01 14:57:44 +01:00
sha256.cpp crypto light refactoring. 2021-05-21 16:34:38 +03:00
sha256.h Auto-updater 2019-10-22 01:51:50 +02:00
unedat.cpp Crypto: Fix endianess, avoid crashing on invalid values 2023-08-31 01:32:28 +02:00
unedat.h Implement fs::file::get_id() 2023-07-17 08:09:09 +03:00
unpkg.cpp ecdsa: clean up some code 2023-07-16 09:32:39 +02:00
unpkg.h pkg install: return correct error if possible. Add more early outs and skip workers on error, 2023-03-02 23:27:20 +01:00
unself.cpp Qt: Allow to use .gz files in Log viewer 2023-10-13 07:45:16 +02:00
unself.h PPU: Precompile only encrypted executeables 2023-09-02 22:14:53 +03:00
unzip.cpp Qt: Allow to use .gz files in Log viewer 2023-10-13 07:45:16 +02:00
unzip.h Qt: Allow to use .gz files in Log viewer 2023-10-13 07:45:16 +02:00
utils.cpp initial cellGameThemeInstall and cellGameThemeInstallFromBuffer 2022-06-07 07:37:30 +02:00
utils.h Crypto: Fix endianess, avoid crashing on invalid values 2023-08-31 01:32:28 +02:00