diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-07 19:33:33 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-07-07 19:33:33 +0200 |
commit | b673efed4a10dc31567b1c29b140b7910daeaf95 (patch) | |
tree | 9dbd383a19543719bf6f3e25b7c3259aa1f461f6 /libtomcrypt/headers/tomcrypt_math.h | |
parent | 4334f22638344873c4361f663be9d3dcad2b6bc4 (diff) | |
download | cryptodev-linux-b673efed4a10dc31567b1c29b140b7910daeaf95.tar.gz cryptodev-linux-b673efed4a10dc31567b1c29b140b7910daeaf95.tar.xz cryptodev-linux-b673efed4a10dc31567b1c29b140b7910daeaf95.zip |
Public and private keys are being generated in a new workqueue. Some other fixes and optimizations.
Diffstat (limited to 'libtomcrypt/headers/tomcrypt_math.h')
-rw-r--r-- | libtomcrypt/headers/tomcrypt_math.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libtomcrypt/headers/tomcrypt_math.h b/libtomcrypt/headers/tomcrypt_math.h index 3ee9523..6c0e6c5 100644 --- a/libtomcrypt/headers/tomcrypt_math.h +++ b/libtomcrypt/headers/tomcrypt_math.h @@ -7,14 +7,6 @@ #define LTC_MP_NO 0 #define LTC_MP_YES 1 -#ifndef LTC_MECC - typedef void ecc_point; -#endif - -#ifndef LTC_MRSA - typedef void rsa_key; -#endif - #include <tommath.h> typedef mp_int* mp_int_t; |