]> 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 59f5f8a06d487c12f5204534787deccc5677e7e6..5e738ea0fa3851f61ec38adaccba1f659e4a12f9 100644 (file)
@@ -134,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];