added libtomcrypt-1.09

This commit is contained in:
Tom St Denis
2006-01-26 18:11:56 +00:00
committed by Steffen Jaeckel
parent 1eeff0bfb4
commit a3ce807bae
55 changed files with 2480 additions and 126 deletions
+10
View File
@@ -168,6 +168,13 @@ const char *crypt_build_settings =
#if defined(CTR)
" CTR\n"
#endif
#if defined(LRW_MODE)
" LRW_MODE"
#if defined(LRW_TABLES)
" (LRW_TABLES) "
#endif
"\n"
#endif
"\nMACs:\n"
#if defined(HMAC)
@@ -314,6 +321,9 @@ const char *crypt_build_settings =
#if defined(TFM_DESC)
" TFM_DESC "
#endif
#if defined(LTC_EASY)
" (easy) "
#endif
"\n"
"\n\n\n"