HMAC SHA256 functions declarations.
More...
#include <stddef.h>
#include <stdint.h>
#include "libtropic_common.h"
|
|
#define | LT_HMAC_SHA256_HASH_LEN 32 |
| | Length of the hash produced by HMAC function based on SHA256.
|
| |
|
| 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.
|
| |
- Copyright
- Copyright (c) 2020-2025 Tropic Square s.r.o.
- License
- For the license see file LICENSE.txt file in the root directory of this source tree.