Finish decryption algorithm implementation

This commit is contained in:
Grayson Martin 2023-07-08 12:35:59 -05:00
commit b30f8ae37f
No known key found for this signature in database
GPG key ID: 4914C62F2696A273
3 changed files with 82 additions and 12 deletions

View file

@ -2811,7 +2811,7 @@
* This module enables the AES-GCM and CAMELLIA-GCM ciphersuites, if other
* requisites are enabled as well.
*/
//#define MBEDTLS_GCM_C
#define MBEDTLS_GCM_C
/**
* \def MBEDTLS_HAVEGE_C