rpcsx/rpcs3/Crypto
Hykem 196c2ffe5b Updated the crypto engine:
- Updated AES and SHA-1 source code;
- Fixed a few code warnings;
- Implemented EDAT/SDAT decryption.

Started SPURS implementation:
- Added an internal SPURSManager class draft;
- Added several drafts for cellSpurs functions.

Implemented key.edat decryption in sceNpDrmIsAvailable:
- NOTE: Currently, the decrypted key.edat is stored under dev_hdd1/titleID and the user must replace this file in dev_hdd0. This behavior will change in the future as it's currently intended for controlled testing only.
2014-03-30 21:09:49 +01:00
..
aes.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
aes.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
key_vault.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
key_vault.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
sha1.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
sha1.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
unedat.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
unedat.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
unpkg.cpp more fixes... 2014-03-04 09:37:28 +01:00
unpkg.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
unself.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
unself.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00
utils.cpp Updated the crypto engine: 2014-03-30 21:09:49 +01:00
utils.h Updated the crypto engine: 2014-03-30 21:09:49 +01:00