mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 08:43:02 +00: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