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

Private GIT Repository
update
[Cipher_code.git] / OneRoundIoT / openssl / openssl_evp_hmac.c
index eae5d016638b4c6c151af37d19f89694fbecc83e..59f5f8a06d487c12f5204534787deccc5677e7e6 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};