1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Added base Galois/Counter mode (GCM) for AES

This commit is contained in:
Paul Bakker
2012-03-20 13:50:09 +00:00
parent b6ad62dd21
commit 89e80c9a43
16 changed files with 4158 additions and 4 deletions

View File

@@ -447,6 +447,17 @@
*/
#define POLARSSL_ERROR_C
/**
* \def POLARSSL_GCM_C
*
* Enable the Galois/Counter Mode (GCM) for AES
*
* Module: library/gcm.c
*
* Requires: POLARSSL_AES_C
*/
#define POLARSSL_GCM_C
/**
* \def POLARSSL_HAVEGE_C
*