Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:updated

94       -- Updated the FP ECC code to use affine points.  It's teh fast.
136 -- Updated pelican.c and aes_tab.c to undef tables not-required. The tables are static so both AES and Pelican MAC would have copies. Save a few KB in the final binary.
193 -- Updated the documentation w.r.t. ECC and the accelerators to keep it current
197 -- Updated makefiles to remove references to the old DH object files and the ecc_sys.o crap ... clean code ahead!
229 -- Updated the ECC documentation as it was a bit out of date
263 -- Updated test driver to actually halt on errors and just print them out (useful for say... automated testing...)
321 -- Updated base64_decode.c so if there are more than 3 '=' signs it would stop parsing
323 -- Updated OAEP encoder/decoder to catch when the hash output is too large
337 -- Updated API for ECB and CBC shell code. Now can process N whole blocks in one call (like $DEITY intended)
354 -- Updated "profiled" target to work with the new directory layout
381 -- Updated a few files in the "misc" directory to have correct @file comments for doxygen
393 -- Removed tim_exptmod() completely, updated several RSA functions (notably v15 and the decrypt/verify) so they
406 -- Sorted the source files by category and updated the makefiles appropriately
450 -- Updated "hashsum" demo so it builds ;-)
464 -- Updated primality testing code so it does a minimum of 5 tests [of Miller-Rabin]
481 PKCS #1 v2.0 padding. (updated other rsa_* functions)
483 -- Updated RC4 so that when you feed it >256 bytes of entropy it quietly ignores additional
523 -- Updated PRNG api. Added Fortuna PRNG to the list of supported PRNGs
542 -- Updated tiger.c and des.c to not shadow "round" which is intrinsic on
544 -- Updated demos/test/rsa_test.c to test the RSA functionality better
566 -- Updated makefile.icc so the "install" target would work ;-)
581 -- updated ECB, OCB and CBC decrypt functions to detect when "encrypt only" descriptor is used.
584 -- updated cbc/cfb/ofb/ctr code with setiv/getiv functions to change/read the IV without re-keying.
591 -- Updated sha1, md5 and sha256 so they are smaller when SMALL_CODE is defined. If you want speed though,
599 -- Updated eax so the eax_done() would clear the state [like hmac,pmac,ocb] when
603 -- updated rand_prime() to faciliate making RSA composites
657 v0.92 -- Updated the config.pl script so the options have more details.
658 -- Updated demos/tv_gen to include RIPEMD hashes
659 -- Updated Twofish so when TWOFISH_ALL_TABLES is defined a pre-computed RS table
664 -- config.pl has been updated so rmd128.o and rmd160.o are objects included in the build [oops]
691 Updated HMAC code to use them too. Hazaa!
699 -- Updated demos/x86_prof.c to use Yarrow during the key sched testing [was horribly slow on platforms with blockable
707 -- Updated notes/tech0003.txt to take into account the existence of Skipjack [also I fixed a few typos].
808 v0.82 -- Manual updated
843 -- Updated dh_sign_hash()/dh_verify_hash() to export "unsigned" bignums. Saves two bytes but is not binary
866 -- updated the makefile to use BSD friendly archiving invokations
897 v0.77 -- Updated the XTEA code to use pre-computed keys. With optimizations for speed it achieves 222Mbit/sec
921 v0.76 -- Updated makefiles a bit more, use "-Os" instead of "-O2" to optimize for size. Got the lib
923 -- Updated the SAFER+, Twofish and Rijndael test vector routine to use the table driven design.
924 -- Updated all other test vector routines to return as soon as an error is found
992 -- updated the config system so the #defines are in the makefiles instead of mycrypt_cfg.h
994 -- updated the test program to not test ciphers not included
995 -- updated the makefile to make "rsa_sys.c" a dependency of rsa.o [helps develop the code...]
1003 -- updated HMAC code to return errors where possible
1007 v0.70 -- Updated so you can swap out the default malloc/calloc/free routines at build time with others. (Sky Schulz)
1019 -- updated makefile to make subdirectory properly (Sku Schulz)
1022 thread safe error reporting. The manual will be updated to reflect this. For this release all
1035 -- Updated blowfish/rc2/rc5/rc6 keysize() function to not reject keys larger than the biggest key the
1060 v0.66 -- Updated the /demos/test.c program to time the hashes correctly. Also it uses the yarrow PRNG for all of the
1062 -- Updated the /demos/hashsum.c program to hash from the standard input
1063 -- Updated the RSA code to make keys a bit quicker [update by Wayne Scott] by not making both primes at the same
1076 -- Updated the hash_file and hash_memory functions to keep track of the size of the output
1077 -- Wayne Scott updated the demos/test.c file to use the SPRNG less and Yarrow more
1198 -- Correctly updated yarrow code to remove a few unused variables.
1199 -- Updated manual to fix a few erroneous examples.
1216 -- Updated the GCC makefile not to use -O3 or -funroll-loops
1217 -- Version tag in mycrypt.h has been updated :-)
1234 v0.39 -- Updated the XTEA code to work in accordance with the XTEA design
1344 -- Updated the is_prime() function to use a new prototype [it can return errors now] and it also
1361 v0.26 -- updated SHA-256 to use ROR() for a rotate so 64-bit machines won't corrupt
1407 v0.19 -- Updated the manual to reflect the fact that Brian Gladman wrote the AES and Serpent code.