WORKS
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
prf_sec_param_t Struct Reference
PRF 256 stucture This structure is used to configure PRF calc operation: secret, label, seed and buffer before call shalib_prf_calc(). More...
#include <shalib.h>
Data Fields | |
| const uint8_t * | secret |
| HMAC security signature pointer. | |
| uint8_t | sec_len |
| HMAC security signature length. | |
| uint8_t | label [25] |
| Label text. | |
| uint8_t | lablen |
| Label text length. | |
| const uint8_t * | seed |
| Seed data. | |
| uint8_t | seedlen |
| Seed data length. | |
| uint8_t * | buffer |
| Buffer for saving 256-BIT hash. | |
Detailed Description
PRF 256 stucture This structure is used to configure PRF calc operation: secret, label, seed and buffer before call shalib_prf_calc().
Definition at line 69 of file shalib.h.
Field Documentation
Generated on Tue Jul 12 2022 12:29:10 by
1.7.2
