mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
Add initial WiiConnect24 support
This commit is contained in:
parent
487a11fd2c
commit
e413d7f5ec
12 changed files with 863 additions and 1 deletions
|
@ -46,4 +46,7 @@ public:
|
|||
std::unique_ptr<Context> CreateContextEncrypt(const u8* key);
|
||||
std::unique_ptr<Context> CreateContextDecrypt(const u8* key);
|
||||
|
||||
// OFB decryption for WiiConnect24
|
||||
void CryptOFB(const u8* key, const u8* iv, u8* iv_out, const u8* buf_in, u8* buf_out, size_t size);
|
||||
|
||||
} // namespace Common::AES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue