F´ Flight Software - C/C++ Documentation
devel
A framework for building embedded system applications to NASA flight quality standards.
|
#include <Utils/Hash/openssl/sha.h>
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") |
#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.
#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.
#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.