math/Makefile.am, symm/Makefile.am: Use `--no-install' on oddball tests.
[catacomb] / symm /
2016-05-21 Mark Woodingsymm/rijndael-x86-aesni.S: Use xmm5 instead of xmm7.
2016-05-21 Mark Woodingsymm/*.S: Symbolic names for shuffles.
2016-05-21 Mark Woodingsymm/chacha-x86-sse2.S: Fix the register allocation...
2016-05-21 Mark WoodingPreprocess the assembler files.
2016-05-18 Mark WoodingAdd a pile of debug output around the CPU dispatching...
2016-05-16 Mark WoodingShore up the `grand' protocol.
2016-05-16 Mark Woodingbuild: Abolish the `$e', `$o' and `$t' variables.
2016-05-16 Mark Woodingsymm/modes.am.in: Banish the very boring per-mode tests...
2016-05-16 Mark Woodingbuild: Cope with the `subdir-objects' world Automake...
2015-07-20 Mark WoodingSupport Intel's AES Native Instructions where available...
2015-07-20 Mark Woodingsymm/: New SSE2 implementations of Salsa20 and ChaCha.
2015-07-20 Mark Woodingsymm/salsa20.c, symm/salsa20-core.h: Permute input...
2015-07-20 Mark WoodingMerge branch 'mdw/latin-dances'
2015-07-03 Mark Woodingsymm: Implement Bernstein's ChaCha stream cipher.
2015-07-03 Mark Woodingsymm: Implement Bernstein's Salsa20 stream cipher and...
2015-05-25 Mark WoodingMerge branch 'mdw/fixes'
2015-05-25 Mark Woodingsymm/safer.[ch]: Correct description for `safer_setup'.
2015-03-22 Mark Woodingsymm/rc4.h: Mention that RC4 isn't really very good.
2015-03-22 Mark Woodingsymm/rc4.[ch]: Fix incorrect documentation on `rc4_rand'.
2015-03-22 Mark Woodingsymm/seal.c: Fix IV handling through `gcipher' interface.
2015-03-15 Mark Woodingsymm/multigen: Some UI improvements.
2015-03-15 Mark Woodingsymm: Expunge stubby header files from the source tree.
2015-03-15 Mark Woodingsymm/Makefile.am: Modes files listed as `EXTRA_DIST...
2015-03-15 Mark Woodingsymm/Makefile.am: Have modes things depend on `Makefile...
2015-03-15 Mark Woodingsymm/modes.am.in: Fix `Generated from ...' header.
2014-05-14 Mark Woodingmath/mpgen, symm/multigen: Add copious commentary.
2014-05-14 Mark Woodingmath/mpgen, symm/multigen: Various minor cleanups.
2013-12-28 Mark Woodingsymm/multigen: Fix for Python 2.5.
2013-08-11 Mark WoodingMore whitespace fixes.
2013-06-28 Mark WoodingUse the shiny new `mLib' warning-control macros.
2013-06-28 Mark WoodingMuffle GCC warnings in various ways.
2013-06-22 Mark WoodingGenerate precomputed tables as sources in `precomps/'.
2013-06-22 Mark WoodingRearrange the file tree.