validate saltAuth

This commit is contained in:
Conor Patrick
2019-03-20 18:10:52 -04:00
parent e8d5bc5829
commit bb9b2ea9d4
3 changed files with 35 additions and 5 deletions

View File

@@ -201,7 +201,7 @@ typedef struct
typedef struct
{
uint8_t salt_len;
uint8_t saltLen;
uint8_t saltEnc[64];
uint8_t saltAuth[32];
COSE_key keyAgreement;