22
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated the description of -jumbo.
Solar Designer
as solar
More... about 13 years ago
Documented support for DES-based tripcodes.
Solar Designer
as solar
More... about 13 years ago
Documented OpenMP parallelization of bitslice DES.
Solar Designer
as solar
More... about 13 years ago
Documented OpenMP parallelization of bitslice DES. Made edits to other recent change log entries.
Solar Designer
as solar
More... about 13 years ago
Disable DES_BS_ASM when OpenMP is requested and SIMD intrinsics are available.
Solar Designer
as solar
More... about 13 years ago
In DES_bs_cmp_all(), process only the required number of thread slots.
Solar Designer
as solar
More... about 13 years ago
Moved DES_bs_set_salt() from DES_bs.c to DES_bs_b.c and into parallel regions.
Solar Designer
as solar
More... about 13 years ago
Dropped the union with "double dummy;" approach to aligning buffer[] elements.
Solar Designer
as solar
More... about 13 years ago
Allocate "buffer" dynamically.
Solar Designer
as solar
More... about 13 years ago
OpenMP parallelization of bitslice DES.
Solar Designer
as solar
More... about 13 years ago
Only set FMT_OMP if BF_mt indicates so. Although FMT_OMP is conditional on _OPENMP by itself, the check of BF_mt makes sense for the special case when BF_ASM is set, which inhibits OpenMP parallelization of the Blowfish code.
Solar Designer
as solar
More... about 13 years ago
Added keys_count parameter to DES_bs_crypt*() (to be made use of when max_keys_per_crypt exceeds DES_BS_DEPTH, but the actual keys_count might be lower than max).
Solar Designer
as solar
More... about 13 years ago
Corrected an error in one of the definitions of vshl1().
Solar Designer
as solar
More... about 13 years ago
Include -funroll-loops in OPT_INLINE.
Solar Designer
as solar
More... about 13 years ago
1.7.8.3
Solar Designer
as solar
More... about 13 years ago
Merged DES_bs_finalize_keys*() into DES_bs_crypt*(), moved some code around in DES_bs_b.c.
Solar Designer
as solar
More... about 13 years ago
Introduced vshl1().
Solar Designer
as solar
More... about 13 years ago
Defined vshl() and vshr() for many vector types, excluding AltiVec for now.
Solar Designer
as solar
More... about 13 years ago
Allow DES_bs_finalize_keys* not to be vectorized even when DES_bs_crypt* are. This is desirable to better support platforms for which we do not (yet) have fast enough vshl() and vshr() macros.
Solar Designer
as solar
More... about 13 years ago
Moved DES_bs_finalize_keys*() from DES_bs.c to DES_bs_b.c, converted to use of v*() macros.
Solar Designer
as solar
More... about 13 years ago
Do not #undef DES_BS_VECTOR - instead, #define DES_BS_VECTOR_LOOPS to 0 if our v*() macros process full vectors.
Solar Designer
as solar
More... about 13 years ago
Added #if 0'ed section with non-vectorized bitslice DES settings (for testing).
Solar Designer
as solar
More... about 13 years ago
Added DES_bs_all.masks and mask* macros in preparation for moving DES_bs_finalize_keys*() from DES_bs.c to DES_bs_b.c (and to use of vectors).
Solar Designer
as solar
More... about 13 years ago
Removed the #warning about use of SSE2 intrinsics with recent gcc.
Solar Designer
as solar
More... about 13 years ago
Restricted the scope of the "zero" and "ones" variables inside *crypt*().
Solar Designer
as solar
More... about 13 years ago
Define "zero" in the same way as we define "ones". Use both in the *crypt*() functions.
Solar Designer
as solar
More... about 13 years ago
Simplified the definitions of vnot().
Solar Designer
as solar
More... about 13 years ago
Properly distinguish the two 256-bit SSE2-based virtual vector types.
Solar Designer
as solar
More... about 13 years ago
Restored support for weird vector widths that are not powers of two. (This was broken with recent commits.)
Solar Designer
as solar
More... about 13 years ago
Corrected the iteration count for DES_bs_finalize_keys_LM_loop (7, not 8).
Solar Designer
as solar
More... about 13 years ago