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

Macros

#define HASH_ALGO_SHA1   (0 << 7)
 
#define HASH_ALGO_MD5   (1 << 7)
 

Detailed Description

Macro Definition Documentation

◆ HASH_ALGO_MD5

#define HASH_ALGO_MD5   (1 << 7)

Definition at line 107 of file hash_common_f24.h.

◆ HASH_ALGO_SHA1

#define HASH_ALGO_SHA1   (0 << 7)

Definition at line 106 of file hash_common_f24.h.