| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 6 | -12/+12 |
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 6 | -6/+6 |
* | Take ALIGNOF_UINT64_T into account when getting the offset for the | Niels Möller | 2011-11-20 | 1 | -3/+3 |
* | Use "l"-suffix on instructions more consistently. Reportedly, freebsd | Niels Möller | 2011-09-03 | 1 | -6/+6 |
* | * x86/camellia-crypt-internal.asm: Moved addition of key. | Niels Möller | 2010-09-24 | 1 | -3/+3 |
* | (ROUND): Adapted to new key convention, moving key xor to the end. | Niels Möller | 2010-09-20 | 1 | -3/+3 |
* | New file. | Niels Möller | 2010-07-25 | 1 | -0/+213 |
* | * x86/machine.m4 (LREG, HREG): Moved macros here, from... | Niels Möller | 2010-07-25 | 2 | -13/+13 |
* | Fixed function name in epilogue. | Niels Möller | 2010-03-29 | 1 | -1/+1 |
* | Typo fix in comment. | Niels Möller | 2009-10-06 | 1 | -1/+1 |
* | Improved performance by 17% on AMD K7, by letting loopmix scramble the | Niels Möller | 2009-09-20 | 1 | -121/+1375 |
* | Loopmix input. | Niels Möller | 2009-09-15 | 1 | -0/+1684 |
* | Cleanup, removing old cruft. Slight improvement to ROUND_F1_NOEXP. | Niels Möller | 2009-09-15 | 1 | -169/+27 |
* | *** empty log message *** | Niels Möller | 2009-09-02 | 1 | -0/+76 |
* | Work in progress checkin, replaced the third set of rounds. | Niels Möller | 2009-08-26 | 1 | -75/+51 |
* | Work in progress checkin, replaced the first set of rounds. | Niels Möller | 2009-08-26 | 1 | -25/+25 |
* | Work in progress checkin, replaced the fourth set of rounds. | Niels Möller | 2009-08-26 | 1 | -59/+50 |
* | Work-in-progress checkin, sha1 instruction scheduling. | Niels Möller | 2009-08-26 | 1 | -110/+163 |
* | Use lea to free one more register. Rescheduled so we start with 35 cycles. | Niels Möller | 2009-08-25 | 1 | -16/+21 |
* | *** empty log message *** | Niels Möller | 2009-08-25 | 1 | -0/+76 |
* | Trimmed stack storage. | Niels Möller | 2009-08-25 | 1 | -10/+12 |
* | Eliminated tmp variable for f3 rounds. | Niels Möller | 2009-08-25 | 1 | -112/+199 |
* | Trivial comment fixes. | Niels Möller | 2009-03-07 | 2 | -4/+3 |
* | Improved loop logic, and unrolled | Niels Möller | 2008-09-17 | 1 | -21/+42 |
* | * x86/aes-encrypt-internal.asm: Replaced pushl and popl in the | Niels Möller | 2008-09-13 | 2 | -52/+54 |
* | Comment fix. | Niels Möller | 2008-09-13 | 1 | -1/+0 |
* | * x86/aes-encrypt-internal.asm: Updated for AES_FINAL_ROUND. Only | Niels Möller | 2008-09-13 | 2 | -10/+10 |
* | * x86/aes.m4 (AES_FINAL_ROUND): Do the substitution on the least | Niels Möller | 2008-09-13 | 1 | -14/+14 |
* | * x86/aes-encrypt-internal.asm: Updated use of AES_SUBST_BYTE. USe | Niels Möller | 2008-09-13 | 2 | -6/+5 |
* | Further micro optimizations. | Niels Möller | 2008-09-13 | 1 | -35/+25 |
* | * x86/aes.m4 (AES_ROUND): Use movzbl. | Niels Möller | 2008-09-13 | 1 | -32/+26 |
* | * x86/aes-encrypt-internal.asm: Updated use of AES_SUBST_BYTE. | Niels Möller | 2008-09-13 | 3 | -20/+41 |
* | Deleted unused file. | Niels Möller | 2006-05-18 | 1 | -6/+0 |
* | * x86/aes-decrypt-internal.asm: Use ALIGN. | Niels Möller | 2006-04-26 | 5 | -7/+7 |
* | * x86/arcfour-crypt.asm: Use ARCFOUR_I and ARCFOUR_J | Niels Möller | 2005-10-17 | 1 | -4/+4 |
* | * x86/aes-encrypt-internal.asm: Explicitly include x86/aes.m4. | Niels Möller | 2005-10-16 | 2 | -0/+4 |
* | * x86/aes.m4: New file. Moved aes-related macros here, from... | Niels Möller | 2005-10-16 | 2 | -95/+94 |
* | * x86/aes-decrypt.asm, x86/aes-encrypt.asm: Deleted files. | Niels Möller | 2005-10-14 | 2 | -266/+0 |
* | * x86/aes-decrypt-internal.asm: New file. | Niels Möller | 2005-10-14 | 1 | -0/+164 |
* | Trivial whitespace changes. | Niels Möller | 2005-10-14 | 1 | -6/+6 |
* | Changed AES macros, to handle a table register. | Niels Möller | 2005-10-14 | 1 | -63/+63 |
* | * x86/aes-encrypt-internal.asm: Rewritten to match new interface, | Niels Möller | 2005-10-14 | 1 | -0/+164 |
* | Don't allocate space for a stack copy of the input. | Niels Möller | 2005-10-13 | 1 | -13/+12 |
* | * x86/md5-compress.asm: Skip copying of input to the stack. | Niels Möller | 2005-10-13 | 1 | -29/+22 |
* | (REF): Fixed caclulation of offset. | Niels Möller | 2005-10-13 | 1 | -1/+1 |
* | New file, with first attempt at md5 assembler. Not yet working. | Niels Möller | 2005-10-12 | 1 | -1/+154 |
* | * x86/machine.m4 (OFFSET): Moved macro, used to be in... | Niels Möller | 2005-10-12 | 2 | -5/+5 |
* | *** empty log message *** | Niels Möller | 2005-10-11 | 1 | -0/+29 |
* | * x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) when | Niels Möller | 2005-10-05 | 3 | -16/+6 |
* | Use C_NAME(_nettle_aes_decrypt_table) when | Niels Möller | 2005-10-05 | 1 | -6/+3 |