mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Combine hex parameters in a struct
This commit is contained in:
committed by
Mohammad Azim Khan
parent
5cfc06832e
commit
d30ca130e8
@ -39,6 +39,13 @@ typedef UINT32 uint32_t;
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
/* Type for Hex parameters */
|
||||
typedef struct HexParam_tag
|
||||
{
|
||||
uint8_t * x;
|
||||
uint32_t len;
|
||||
} HexParam_t;
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Constants */
|
||||
|
||||
|
Reference in New Issue
Block a user