Hash algorithms enumerators and auxiliary hash functions. More...
#include "c4e_sys.h"
Go to the source code of this file.
Enumerations | |
enum | C4eHashId { C4eHashIdSha1, C4eHashIdSha224, C4eHashIdSha256, C4eHashIdSize } |
Functions | |
C4eArchUint | c4e_hash_len (C4eHashId hid) |
Return length of a digest associated with a hash identifier. |
Hash algorithms enumerators and auxiliary hash functions.
Definition in file c4e_hash.h.