comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 641:2b1bb792cd4d dropbear-tfm

- Update tfm changes to current default tip
author Matt Johnston <matt@ucc.asn.au>
date Mon, 21 Nov 2011 19:52:28 +0800
parents ae1df0cc3f18
children 03073a27abb3
comparison
equal deleted inserted replaced
640:76097ec1a29a 641:2b1bb792cd4d
76 76
77 /* clean the stack of functions which put private information on stack */ 77 /* clean the stack of functions which put private information on stack */
78 /* #define LTC_CLEAN_STACK */ 78 /* #define LTC_CLEAN_STACK */
79 79
80 /* disable all file related functions */ 80 /* disable all file related functions */
81 /* #define LTC_NO_FILE */ 81 #define LTC_NO_FILE
82 82
83 /* disable all forms of ASM */ 83 /* disable all forms of ASM */
84 /* #define LTC_NO_ASM */ 84 /* #define LTC_NO_ASM */
85 85
86 /* disable FAST mode */ 86 /* disable FAST mode */