//avant ecb
if(1 != HMAC_Init_ex(ctx, key, 32, EVP_sha256(), NULL))
handleErrors();
+
+
+
// size_t mactlen;
//unsigned char mact[16] = {0};
ciphertext_len += len;
- printBytes(hash_sha256, result_len);
+ // printBytes(hash_sha256, result_len);
/*
char *p = &hash_sha256_hex[0];