chiark / gitweb /
debian/: Use `dh_python2' for packaging.
[catacomb-python] / algorithms.c
2018-11-10 Mark Wooding*.c: Spruce up class docstrings.
2018-11-10 Mark Woodingalgorithms.c: Reformat some of the `keysz' code.
2017-05-14 Mark WoodingAdd support for SHA3 and related algorithms.
2017-05-14 Mark Woodingalgorithms.c: Add basic support for Keccak[1600, n].
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark Woodingalgorithms.c: Support the new 16-bit key-size descriptors.
2017-05-07 Mark Woodingalgorithms.c: Check whether `setiv' and `bdry' are...
2017-04-17 Mark Woodingalgorithms.c: Add binding for `poly1305_flushzero'.
2017-04-17 Mark Woodingalgorithms.c: Fix Poly1305 `hashu...' and `hashbuf...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2017-04-07 Mark Woodingalgorithms.c: Add bindings for HSalsa20/r and HChaCha/r.
2017-04-07 Mark Woodingalgorithms.c: Add support for Poly1305.
2017-04-07 Mark Woodingalgorithms.c: Reorder the `ghash' definitions.
2017-04-07 Mark Woodingalgorithms.c: Fix docstring for `GCHash.hashsz'.
2017-04-07 Mark Woodingalgorithms.c: Set required size on GMAC objects.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-26 Mark Woodingalgorithms.c: Add bindings for the key-strength convers...
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2006-01-28 Mark Woodingalgorithms: Add PRPs as objects in their own right.
2006-01-28 Mark Woodingpassim: fix typo
2005-09-26 mdwCheckin, Debianized and more or less complete.
2005-09-15 mdwFix for Cygwin.
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwInitial check-in of catacomb-python.