mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +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
|
@ -9,3 +9,5 @@
|
|||
void generate_ecdsa(u8* R, u8* S, const u8* k, const u8* hash);
|
||||
|
||||
void ec_priv_to_pub(const u8* k, u8* Q);
|
||||
|
||||
void point_mul(u8* d, const u8* a, const u8* b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue