WIA: Decrypt Wii data when writing

This commit is contained in:
JosJuice
2020-04-14 11:40:32 +02:00
parent 115edea34e
commit 3b8c44fd0e
4 changed files with 350 additions and 63 deletions

View File

@ -104,6 +104,8 @@ public:
const std::function<void(HashBlock hash_blocks[BLOCKS_PER_GROUP])>&
hash_exception_callback = {});
static void DecryptBlockData(const u8* in, u8* out, mbedtls_aes_context* aes_context);
protected:
u32 GetOffsetShift() const override { return 2; }