]> AND Private Git Repository - Cipher_code.git/blobdiff - OneRoundIoT/openssl/openssl_evp_hmac.c
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / openssl / openssl_evp_hmac.c
index eae5d016638b4c6c151af37d19f89694fbecc83e..5e738ea0fa3851f61ec38adaccba1f659e4a12f9 100644 (file)
@@ -79,6 +79,9 @@ int encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *key,
   //avant ecb
   if(1 != HMAC_Init_ex(ctx, key, 32, EVP_sha256(), NULL))
     handleErrors();
+
+
+  
   // size_t mactlen;
   //unsigned char mact[16] = {0};
 
@@ -131,7 +134,7 @@ int encrypt(unsigned char *plaintext, int plaintext_len, unsigned char *key,
 
   ciphertext_len += len;
 
-  printBytes(hash_sha256, result_len);
+  //  printBytes(hash_sha256, result_len);
   
   /*
   char *p = &hash_sha256_hex[0];