mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
added libtomcrypt-0.76
This commit is contained in:
parent
a6a5fc648b
commit
a14a737164
27 changed files with 266 additions and 514 deletions
10
changes
10
changes
|
|
@ -1,3 +1,13 @@
|
|||
Nov 25th, 2002
|
||||
v0.76 -- Updated makefiles a bit more, use "-Os" instead of "-O2" to optimize for size. Got the lib
|
||||
downto 265KB using GCC 3.2 on my x86 box.
|
||||
-- Updated the SAFER+, Twofish and Rijndael test vector routine to use the table driven design.
|
||||
-- Updated all other test vector routines to return as soon as an error is found
|
||||
-- fixed a bug in the test program where errors in the hash test routines would not be reported
|
||||
correctly. I found this by temporarily changing one of the bytes of the test vectors. All the
|
||||
hashes check out [the demos/test.c would still have reported an error, just the wrong one].
|
||||
|
||||
|
||||
Nov 24th, 2002
|
||||
v0.75 -- Fixed a flaw in hash_filehandle, it should ARGCHK that the filehandle is not NULL
|
||||
-- Fixed a bug where in hash_file if the call to hash_filehandle failed the open file would
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue