comparison libtomcrypt/src/headers/tomcrypt_custom.h @ 616:ae1df0cc3f18

Define LTC_NO_FILE to avoid hmac_file() etc
author Matt Johnston <matt@ucc.asn.au>
date Thu, 07 Apr 2011 13:24:41 +0000
parents 43bbe17d6ba0
children 03073a27abb3
comparison
equal deleted inserted replaced
615:e3ac0a426bd0 616:ae1df0cc3f18
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 */