mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
IOS/ES: Handle personalised tickets properly
IOS unpersonalises device-specific ("personalised") tickets prior to storing them on the NAND.
This commit is contained in:
parent
71273c05a9
commit
9c31d6f5c5
8 changed files with 93 additions and 7 deletions
|
@ -308,7 +308,7 @@ static void point_add(u8* r, const u8* p, const u8* q)
|
|||
elt_add(ry, s, rx);
|
||||
}
|
||||
|
||||
static void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
|
||||
void point_mul(u8* d, const u8* a, const u8* b) // a is bignum
|
||||
{
|
||||
u32 i;
|
||||
u8 mask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue