Add JWT esalt datatype

pull/1500/head
jsteube 6 years ago
parent 5eeefb5506
commit ee9ec0f9a7

@ -1495,6 +1495,13 @@ typedef struct apple_secure_notes
} apple_secure_notes_t;
typedef struct jwt
{
u32 salt_buf[1024];
u32 salt_len;
} jwt_t;
typedef struct pdf14_tmp
{
u32 digest[4];

@ -497,6 +497,13 @@ typedef struct apple_secure_notes
} apple_secure_notes_t;
typedef struct jwt
{
u32 salt_buf[1024];
u32 salt_len;
} jwt_t;
typedef struct luks_tmp
{
u32 ipad32[8];

Loading…
Cancel
Save