#include <stddef.h>
#include <stdint.h>
Go to the source code of this file.
Macros
Functions
Allocate a hash context for the algorithm specified by name.
More...
Get the names of available hash algorithms.
More...
Get the name of the algorithm corresponding to the given hash context.
More...
Get the size of the resulting hash value in bytes.
More...
Initialize or reset a hash context.
More...
Update a hash context with additional data.
More...
Finalize a hash context and compute the actual hash value.
More...
Finalize a hash context and store the actual hash value in a buffer.
More...
Finalize a hash context and store the hexadecimal representation of the actual hash value as a string.
More...
Finalize a hash context and store the Base64 representation of the actual hash value as a string.
More...
Free hash context and set hash context pointer to
NULL
.
More...
Detailed Description
Generic hashing API
Definition in file hash.h.