Add GOST R 34.11-94 to nettle_hashes
[gd/nettle] / memxor.c
2015-02-05 Niels MöllerMerge branch 'versioned-symbols' into master
2015-01-11 Niels MöllerMerge branch 'memxor-reorg' into master.
2014-10-23 Niels MöllerSimplify unaligned memxor using READ_PARTIAL macro.
2014-10-23 Niels MöllerFixed out-of-bounds reads in memxor.
2014-10-23 Niels MöllerSplit memxor.c into memxor.c and memxor3.c.
2014-10-23 Niels MöllerFor memxor, make word_t be always 64 bits on x86_64.
2014-10-23 Niels MöllerTwo-way unrolling of aligned memxor3.
2014-10-23 Niels MöllerChange loop order in memxor.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2013-04-24 Niels MöllerChanged memxor functions to take void * arguments.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-02-18 Niels MöllerConverted files to utf-8.
2011-02-13 Niels MöllerSpelling fix.
2010-10-06 Niels Möller(memxor3): Optimized.
2010-09-24 Niels Möller(memxor_common_alignment): New function.
2006-05-16 Niels Möller* Merged experimental branch. Also:
2005-07-02 Adam Langley(memxor3): New function, suggested by Adam Langley.
2003-05-12 Niels MöllerUse "config.h", not <config.h>.
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2001-04-12 Niels Möller* Initial checkin.