Extract mbedtls to cpp file

This commit is contained in:
Zach Hilman 2018-07-28 16:23:00 -04:00
parent 0c75b8d6b2
commit 03467b64e3
5 changed files with 126 additions and 86 deletions

View file

@ -9,6 +9,7 @@
#include <string>
#include <vector>
#include "core/loader/loader.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/swap.h"
@ -108,7 +109,7 @@ private:
Crypto::Key128 GetKeyAreaKey(NCASectionCryptoType type);
VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, size_t starting_offset);
VirtualFile Decrypt(NCASectionHeader header, VirtualFile in, u64 starting_offset);
};
} // namespace FileSys