algorithms.c: Add bindings for STROBE.
[catacomb-python] / algorithms.c
2020-04-11 Mark Woodingalgorithms.c: Add bindings for STROBE. mdw/python3
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingalgorithms.c: Add a Keccak `set' method now there's...
2020-04-11 Mark Woodingalgorithms.c: Use `RETURN_ME' rather than doing the...
2020-04-11 Mark Woodingalgorithms.c: Hide the `_Poly1305Class' type a bit...
2020-04-11 Mark Woodingalgorithms.c (FOO.hashbufN): Consistently raise `ValueE...
2020-04-11 Mark Woodingalgorithms.c: Implement KMAC in C.
2020-04-11 Mark Woodingalgorithms.c: Set `hashsz', `tagsz', and `name' propert...
2020-04-11 Mark Woodingalgorithms.c (KeySZSet): Represent the set as an actual...
2020-04-11 Mark Woodingalgorithms.c: Set `KSZ.max' to `None' to indicate no...
2020-04-11 Mark Woodingalgorithms.c (ShakeNN.done): Offer a (sensible) default...
2020-04-11 Mark Woodingalgorithms.c (ShakeNN constructor): Support `None'...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark Woodingalgorithms.c: Delete a spurious blank line.
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
2020-04-11 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2020-04-11 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
2020-04-11 Mark Wooding*.c: Use the new `Py_TYPE' and `Py_SIZE' macros; define...
2020-04-11 Mark Wooding*.c: Publish algorithm and crypto-group tables as ...
2020-04-11 Mark Wooding*.c: Split the constant definitions into the various...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
2020-04-11 Mark Woodingalgorithms.c, ec.c, field.c: Replace properties by...
2020-04-11 Mark Woodingalgorithms.c: Fix longstanding ugly hack with new ...
2020-04-11 Mark Wooding*.c: Use Python `METH_NOARGS' methods where applicable.
2020-04-11 Mark Wooding*.c: Use Python's facilities for defining class and...
2020-04-11 Mark Wooding*.c: Rearrange and reformat the class methods.
2020-04-11 Mark Wooding*.c: Make all of the type-definition tables read-only.
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Wooding*.c: Reformat docstrings.
2020-04-10 Mark Wooding*.c: Use Python macros rather than functions where...
2020-04-10 Mark Woodingcatacomb-python.h, *.c: Move definitions back into...
2020-04-07 Mark WoodingMerge branch '1.3.x' into HEAD
2020-04-07 Mark WoodingMerge branch '1.2.x' into 1.3.x
2020-04-06 Mark WoodingMerge branch '1.3.x'
2020-04-06 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark WoodingMerge branch '1.3.x'
2019-11-27 Mark Woodingalgorithms.c: Propagate `AEADF_NOAAD' to `aad' objects.
2019-11-27 Mark Woodingalgorithms.c (AEADAAD.copy): Propagate the hashed lengt...
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark Wooding*.c: Be more careful about `PySequence_Size'.
2019-11-25 Mark Woodingalgorithms.c: Fix `max' property name in docstrings.
2019-11-22 Mark Woodingalgorithms.c (ShakeNN.copy): Return the copy rather...
2019-11-22 Mark Woodingalgorithms.c (KECCAK.extract): Fix method name in keywo...
2019-11-22 Mark Woodingalgorithms.c (hLATIN_prf): Allow all supported sizes...
2019-11-22 Mark Woodingalgorithms.c: Add missing guard for `del' to property...
2019-10-01 Mark Woodingalgorithms.c: Delete pointless line break.
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
2019-09-21 Mark WoodingMerge branch 'mdw/aead'
2019-09-21 Mark Woodingalgorithms.c, etc.: Support the new AEAD abstraction.
2019-09-21 Mark Woodingalgorithms.c: Add missing `copy' methods on hash and...
2018-11-10 Mark Woodingalgorithms.c, knock-on: Eliminate `f_freeme' flags.
2018-11-10 Mark Woodingalgorithms.c: Slightly simplify integer-hashing methods.
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
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.