libcoap 4.3.5-develop-19cef11
|
Hashkey functions. More...
#include "coap3/coap_libcoap_build.h"
Go to the source code of this file.
Functions | |
void | coap_hash_impl (const unsigned char *s, size_t len, coap_key_t h) |
Calculates a fast hash over the given string s of length len and stores the result into h . More... | |
Hashkey functions.
Definition in file coap_hashkey.c.
void coap_hash_impl | ( | const unsigned char * | s, |
size_t | len, | ||
coap_key_t | h | ||
) |
Calculates a fast hash over the given string s
of length len
and stores the result into h
.
Depending on the exact implementation, this function cannot be used as one-way function to check message integrity or simlar.
s | The string used for hash calculation. |
len | The length of s . |
h | The result buffer to store the calculated hash key. |
Definition at line 19 of file coap_hashkey.c.