Libtropic API
SDK for the TROPIC01 secure element
Version: master (latest)
Loading...
Searching...
No Matches
lt_hkdf.h File Reference

HKDF function declaration. More...

#include <stdbool.h>
#include <stdint.h>
#include "libtropic_common.h"
Include dependency graph for lt_hkdf.h:

Functions

lt_ret_t lt_hkdf (const uint8_t *ck, const uint32_t ck_len, const uint8_t *input, const uint32_t input_len, const uint8_t nouts, uint8_t *output_1, uint8_t *output_2)
 The HMAC key derivation function as described in TROPIC01 datasheet.
 

Detailed Description

License
For the license see file LICENSE.txt file in the root directory of this source tree.