commit | 39d2adbbd0bde687ff768753aeaea98691788bbb | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Oct 31 09:26:55 2012 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jan 16 16:31:48 2013 +0100 |
tree | f372bccf1c8f264d6a0adf50f860d0d909de58ca | |
parent | 21dca69ef06de67f0f4866d31597ab2ae6ebb226 [diff] [blame] |
Added (skeleton) ecp.[ch]
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index dac70e7..2493233 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -829,6 +829,18 @@ * Caller: */ #define POLARSSL_XTEA_C + +/** + * \def POLARSSL_ECP_C + * + * Enable the elliptic curve over GF(p) library. + * + * Module: library/ecp.c + * Caller: + * + * Requires: POLARSSL_BIGNUM_C + */ +#define POLARSSL_ECP_C /* \} name */ #endif /* config.h */