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

HMAC SHA256 functions declarations. More...

#include <stddef.h>
#include <stdint.h>
#include "libtropic_common.h"
Include dependency graph for lt_hmac_sha256.h:

Macros

#define LT_HMAC_SHA256_HASH_LEN   32
 Length of the hash produced by HMAC function based on SHA256.
 

Functions

lt_ret_t lt_hmac_sha256 (const uint8_t *key, const uint32_t key_len, const uint8_t *input, const uint32_t input_len, uint8_t *output)
 Computes the HMAC SHA256 algorithm.
 

Detailed Description

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