Lines Matching full:safer
279 -- Changed temp variable in LOAD/STORE macros to "ulong32" for 32-bit ops. Makes it safer on Big endian platforms
328 -- SAFER has been re-enabled after I was pointed to http://www.ciphersbyritter.com/NEWS2/95032301.HTM
437 -- Started a SAFER+ optimizer [does encrypt only] which shaves a good 30 or so cycles/byte on my AMD64
631 -- Made SAFER default to disabled for now (plans are to cleanhouse write an implementation later)
761 -- Optimized the SAFER-SK64, SAFER-SK128, SAFER+, RC5 and RC6 key schedule [big time!]
923 -- Updated the SAFER+, Twofish and Rijndael test vector routine to use the table driven design.
938 v0.74 -- Wrote a small variant of SAFER+ which shaved 50KB off the size of the library on x86 platforms
997 -- fixed the safer [64-bit block version] test routines which didn't check the returns of the setup
1118 v0.57 -- Fixed a few errors messages in the SAFER code to actually report the correct cipher name.
1137 -- Added the SAFER [64-bit block] ciphers K64, SK64, K128 and SK128 to the library.
1139 -- Changed the SAFER define for the SAFER+ cipher to SAFERP so that the new SAFER [64-bit] ciphers
1162 -- in hash_file I switched the constant "512" to "sizeof(buf)" to be a bit safer
1173 -- cleaned up the SAFER+ key schedule to be a bit easier to read.
1185 a bug where the SAFER+ name was "safer" but should have been "safer+".
1339 v0.28 -- Cleaned up some code so that it doesn't assume "char == 8bits". Mainly SAFER+ has been