added libtomcrypt-1.03

This commit is contained in:
Tom St Denis
2005-06-09 00:08:13 +00:00
committed by Steffen Jaeckel
parent 65c1317eee
commit 3964a6523a
285 changed files with 5920 additions and 2287 deletions
+4 -1
View File
@@ -293,7 +293,6 @@ int ccm_memory(int cipher,
#ifdef LTC_CLEAN_STACK
zeromem(skey, sizeof(*skey));
zeromem(B, sizeof(B));
zeromem(PAD, sizeof(PAD));
zeromem(CTRPAD, sizeof(CTRPAD));
#endif
@@ -304,3 +303,7 @@ int ccm_memory(int cipher,
}
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */
+4
View File
@@ -168,3 +168,7 @@ int ccm_test(void)
}
#endif
/* $Source$ */
/* $Revision$ */
/* $Date$ */