Further improve readability
This commit is contained in:
parent
cc4f8bf1f6
commit
c7d90ec8ca
8 changed files with 195 additions and 207 deletions
|
@ -25,7 +25,7 @@
|
|||
|
||||
// only tickets of type Rsa2048Sha256 are expected
|
||||
typedef struct {
|
||||
u32 signature_type; // always 0x10004
|
||||
u32 signature_type; // always 0x10004
|
||||
u8 signature[SE_RSA2048_DIGEST_SIZE];
|
||||
u8 sig_padding[0x3C];
|
||||
char issuer[0x40];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue