v1.2.4: Support emunand FS memory layout

This commit is contained in:
shchmue
2019-06-16 13:09:14 -04:00
parent 90563f6e63
commit 31a882496f
4 changed files with 20 additions and 2 deletions

View File

@ -392,7 +392,6 @@ void KeyCollection::get_memory_keys() {
}
void KeyCollection::derive_keys() {
header_key = {"header_key", 0x20, {}};
if (header_kek_source.found() && header_key_source.found()) {
u8 tempheaderkek[0x10], tempheaderkey[0x20];
splCryptoInitialize();