Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:removed

10       -- removed a few lingering memcpy's
31 -- Removed mutex locks from fortuna_import as they create a deadlock and aren't required anyways [Avi Zelmanovich]
41 -- Removed all memcmp/memset/memcpy from the source (replaced with X macros)
117 v1.11 -- Removed printf's from lrw_test ... whoops
143 -- Removed NLS since there are some attacks against it.
213 -- Removed the DH code from the tree
248 -- Removed point compression since it slows down ECC ops to save a measly couple bytes.
250 -- Removed ECC-160 from timing and added the other curves
268 -- Removed redundant mu and point mapping in ecc_verify_hash() so it should be a bit faster now
282 -- Removed "testprof" from the default build.
286 -- Removed PKCS #1 v1.5 from the tree since it's taking up space and you ought to use v2.1 anyways
291 -- Removed ECC-160 as it wasn't a standard curve
356 [This has been removed prior to release... It may re-appear later]
373 -- Removed -funroll-all-loops from GCC makefile and replaced with -funroll-loops which is a bit more sane (P4 ain't got much cache for the IDATA)
380 -- Removed "makefile.cygwin_dll" as it's not really used by anyone and not worth the effort (hell I hardly maintain the MSVC makefiles ...)
382 -- Removed "profile" target since it was slower anyways (go figure...)
393 -- Removed tim_exptmod() completely, updated several RSA functions (notably v15 and the decrypt/verify) so they
410 -- Removed all labels starting with __ and replaced with LBL_ to avoid namespace conflicts (Randy Howard)
428 -- Removed FAST_PK support from dh_sys.c
444 -- Deprecated LTMSSE and removed it (to be replaced with TFM later on)
466 -- Minor updates to the OMAC code (additional __ARGCHK and removed printf from omac_test... oops!)
484 bytes. Also removed the % from the key setup to speed it up a bit.
540 -- Added "extern" to sha384_desc descriptor which I removed by mistake
551 v0.97 -- Removed spurious unused files [arrg!]
555 -- Removed useless extern's that were an artifact from the project start... ;-)
567 -- Removed demos/test.c [deprecated from demos/test/test.c]
571 v0.96 -- Removed GF and Keyring code
615 v0.94 -- removed unused variables from ocb.c and fixed it to match known test vectors.
620 -- Optimization to base64, removed unused variable "c"
623 -- Fixed up all of the PK code by adding missing error checking, removed "res" variables,
624 shrunk some stack variables, removed non-required stack variables and added proper
651 -- Removed SONY defines and files from codebase.
680 -- Removed the division from the Blowfish setup function [dropped 3k cycles on my Athlon]
705 -- Removed "hashsize" from hmac_state as it wasn't being used.
730 -- I've removed the primes from dh.c and replaced them with DR safe primes suitable for the default
752 -- Removed the LTC version of next_prime() and replaced it with a call to the
780 -- Removed a set of unused variables from certain functions
781 -- Removed {#line 0 "..."} stuff from mpi.c to comply with ISO C :-)
785 -- Removed Serpent
789 v0.84 -- Removed a 4KB buffer from rsa_decrypt_key that wasn't being used no more
793 -- Optimized prime.c to not include a 2nd prime table, removed code from is_prime calls prime
796 -- Removed ampi.o from the depends cuz it ain't no not working in *nix with it [routines are in mpi.c now].
829 -- Removed the PS2 and VC makefiles.
842 -- Removed the DSA code. If you want fast diffie-hellman just define FAST_PK :-)
889 -- Removed the old PK code entirely (e.g. rsa_sign, dh_encrypt). The *_sign_hash and *_encrypt_key functions
901 -- Removed most test cases from Blowfish, left three of them there. Makes it smaller and faster to test.
916 -- Removed SMALL_PRIME_TAB build option. I use the smaller table always.
948 -- Removed the ecc compress/expand points from the global scope. Reduces namespace polution
990 -- Removed the PKCS code since it was incomplete. In the future I plan on writing a "add-on" library that
1000 -- removed the GBA makefile and code from demos/test.c [not a particularly useful demo...]
1013 -- Removed "coin.c" as its not really useful anyways
1014 -- Removed many "debug" printfs that would show up on failures. Basically I wanted to ensure the only output
1024 -- Removed the zlib branch since its not really required anyways. Makes the package smaller
1053 -- Removed ID_TAG from all files [meh, not a big fan...]
1054 -- Removed unused variable from yarrow state and made AES/SHA256 the default cipher/hash combo
1084 -- removed all unused variables from the core library (ignore the ID_TAG stuff)
1259 v0.35 -- If you removed the first hash or cipher from the library it wouldn't return an error if
1460 removed. Basically I was too lazy todo 64-bit math before