mirror of
https://github.com/cryb-to/cryb-to.git
synced 2024-11-15 02:05:40 +00:00
b0ff5af2ba
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.
5 lines
111 B
C
5 lines
111 B
C
/* $Cryb$ */
|
|
#include <cryb/sha1.h>
|
|
#include <cryb/sha256.h>
|
|
#include <cryb/sha384.h>
|
|
#include <cryb/sha512.h>
|