libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
Collaboration diagram for HASH Key length:

Macros

#define HASH_KEY_SHORT   (0 << 16)
 
#define HASH_KEY_LONG   (1 << 16)
 

Detailed Description

Macro Definition Documentation

◆ HASH_KEY_LONG

#define HASH_KEY_LONG   (1 << 16)

Definition at line 124 of file hash_common_f24.h.

◆ HASH_KEY_SHORT

#define HASH_KEY_SHORT   (0 << 16)

Definition at line 123 of file hash_common_f24.h.