Skip to content

Commit

Permalink
wrong common keyY index, fail!
Browse files Browse the repository at this point in the history
  • Loading branch information
Reisyukaku committed Feb 21, 2017
1 parent 54ccb99 commit 206b776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
*.3dsx
*.cia
*.elf
*.zip
build
res/icon.icn
res/banner.bnr
2 changes: 1 addition & 1 deletion source/ticket.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void BuildCetk(unsigned char *out, const u8 *sig, const unsigned long long title
memcpy(&tikData->titleKey, encKey, 0x10);
memcpy(&tikData->titleID, &tidBE, 8);
memcpy(&tikData->ticketID, tikID, 8);
tikData->commKeyIndex = 1;
tikData->commKeyIndex = 0;
tik->ticketData = *tikData;
memcpy(&tik->chainSig, chainSig, 0x700);

Expand Down

0 comments on commit 206b776

Please sign in to comment.