Skip to content

Commit

Permalink
Update PS4Auth.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl authored Sep 25, 2024
1 parent f81caa3 commit aad93f4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions headers/drivers/ps4/PS4Auth.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
#include "drivers/shared/gpauthdriver.h"
#include "mbedtls/rsa.h"

// We need to keep track of:
// Xbox 360 Console Auth Init 34 bytes
// Dongle Serial 29 bytes
// Console-Dongle Back and Forth 46 bytes & 22 bytes
// PS4 Auth Data in a single struct
typedef struct {
struct mbedtls_rsa_context rsa_context;
uint8_t ps4_auth_buffer[1064];
Expand Down

0 comments on commit aad93f4

Please sign in to comment.