#include #include typedef unsigned char byte; int main(int argc, char *argv[]) { const int DataLen = 30; SHA_CTX shactx; byte digest[SHA_DIGEST_LENGTH]; byte* testdata = new byte[DataLen]; for (int i=0; i