cryb-to/include/cryb/sha.h
Dag-Erling Smørgrav b0ff5af2ba Clean up headers and typedefs.
Fix context length in the algorithm descriptors.
Expose the block length and include it in the algorithm descriptors.
Complete the list of available digest algorithms.
2014-07-10 18:09:47 +00:00

5 lines
111 B
C

/* $Cryb$ */
#include <cryb/sha1.h>
#include <cryb/sha256.h>
#include <cryb/sha384.h>
#include <cryb/sha512.h>