F´ Flight Software - C/C++ Documentation  devel
A framework for building embedded system applications to NASA flight quality standards.
SHA256.hpp File Reference

Go to the source code of this file.

Macros

#define HASH_HANDLE_TYPE   SHA256_CTX
 
#define HASH_DIGEST_LENGTH   (SHA256_DIGEST_LENGTH)
 
#define HASH_EXTENSION_STRING   (".SHA256")
 

Macro Definition Documentation

◆ HASH_DIGEST_LENGTH

#define HASH_DIGEST_LENGTH   (SHA256_DIGEST_LENGTH)

Define the size of a hash digest in bytes for this implementation. This is required.

Definition at line 16 of file SHA256.hpp.

◆ HASH_EXTENSION_STRING

#define HASH_EXTENSION_STRING   (".SHA256")

Define the string to be used as a filename extension (ie. file.txt.SHA256) for this implementation. This is required.

Definition at line 23 of file SHA256.hpp.

◆ HASH_HANDLE_TYPE

#define HASH_HANDLE_TYPE   SHA256_CTX

Define the hash handle type for this implementation. This is required.

Definition at line 10 of file SHA256.hpp.