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

- Added base blowfish algorithm

This commit is contained in:
Paul Bakker
2012-07-04 11:02:11 +00:00
parent 92eeea4627
commit a9379c0ed1
14 changed files with 1345 additions and 4 deletions

View File

@@ -350,6 +350,15 @@
*/
#define POLARSSL_BIGNUM_C
/**
* \def POLARSSL_BLOWFISH_C
*
* Enable the Blowfish block cipher.
*
* Module: library/blowfish.c
*/
#define POLARSSL_BLOWFISH_C
/**
* \def POLARSSL_CAMELLIA_C
*