summaryrefslogtreecommitdiff
path: root/x86/sha1-compress.asm
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing, x86 directory.Niels Möller2014-04-121-18/+31
* Switch to non-logarithmic ALIGN macro.Niels Möller2013-04-161-1/+1
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Improved performance by 17% on AMD K7, by letting loopmix scramble theNiels Möller2009-09-201-121/+1375
* Cleanup, removing old cruft. Slight improvement to ROUND_F1_NOEXP.Niels Möller2009-09-151-169/+27
* Work in progress checkin, replaced the third set of rounds.Niels Möller2009-08-261-75/+51
* Work in progress checkin, replaced the first set of rounds.Niels Möller2009-08-261-25/+25
* Work in progress checkin, replaced the fourth set of rounds.Niels Möller2009-08-261-59/+50
* Work-in-progress checkin, sha1 instruction scheduling.Niels Möller2009-08-261-110/+163
* Trimmed stack storage.Niels Möller2009-08-251-10/+12
* Eliminated tmp variable for f3 rounds.Niels Möller2009-08-251-112/+199
* * x86/aes-decrypt-internal.asm: Use ALIGN.Niels Möller2006-04-261-1/+1
* * x86/machine.m4 (OFFSET): Moved macro, used to be in...Niels Möller2005-10-121-5/+1
* * x86/aes-decrypt.asm: Use C_NAME(_nettle_aes_decrypt_table) whenNiels Möller2005-10-051-6/+2
* (EXPAND): Use % 16 instead of & 15 toNiels Möller2005-10-051-6/+6
* (OFFSET): New macro.Niels Möller2005-10-031-155/+143
* (_nettle_sha1_compress): Do byte orderNiels Möller2005-10-021-16/+44
* New comment.Niels Möller2005-09-281-0/+3
* * x86/sha1-compress.asm: Use C_NAME for global symbols.Niels Möller2004-11-171-3/+3
* Comment on further optimization.Niels Möller2004-02-081-0/+55
* * x86/sha1-compress.asm: Rename round -> ROUND.Niels Möller2004-02-061-95/+95
* * x86/sha1-compress.asm: Store the magic constants on stack.Niels Möller2004-02-061-113/+117
* (EXPAND): Fixed the rotation part of theNiels Möller2004-02-061-2/+4
* Assembler implementation ofNiels Möller2004-02-061-0/+248