chiark / gitweb /
algorithms.c: Add bindings for STROBE.
[catacomb-python] / catacomb.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingcatacomb.c (mexp_common): Accept an arbitrary iterable.
2020-04-11 Mark Woodingcatacomb.c, ec.c, group.c, mp.c: Count base/exponent...
2020-04-11 Mark Wooding*.c: Delete some pointless refcount twiddling.
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Wooding*.c: Separate string function calls according to text...
2020-04-11 Mark Wooding*.c: Use `PyVarObject_HEAD_INIT' to initialize type...
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-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2020-04-10 Mark Woodingpyke/, ...: Extract utilities into a sort-of reusable...
2020-04-10 Mark Woodingcatacomb.c: Use a less awful version comparison.
2020-04-10 Mark Woodingcatacomb.c: Use a less awful version comparison.
2020-04-10 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2020-04-10 Mark Woodingcatacomb.c, util.c: Export `modname' and set it in...
2020-04-10 Mark Wooding*.c: Reformat docstrings.
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 Wooding*.c: Use Python macros rather than functions where...
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 WoodingMerge branch '1.3.x'
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
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-27 Mark Wooding*.c: Be more careful about `PySequence_Size'.
2019-11-27 Mark Woodingcatacomb.c, util.c: Publish negative constants correctly.
2019-11-27 Mark Woodingcatacomb.c, util.c: Publish negative constants correctly.
2019-11-22 Mark Woodingcatacomb.c: Publish `RAND_IBITS' constant.
2019-11-22 Mark Woodingcatacomb.c: Publish `RAND_IBITS' constant.
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2019-10-01 Mark WoodingSet ELF visibility to keep all of our external symbols...
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, etc.: Support the new AEAD abstraction.
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
2017-05-14 Mark Woodingpubkey.c: Support the `ed2559ctx' signature scheme...
2017-05-14 Mark Woodingpubkey.c: Support the `ed2559ctx' signature scheme...
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-03 Mark WoodingMerge branches 'mdw/latin-ietf' and 'mdw/curve25519'
2017-05-03 Mark Woodingpubkey.c, catacomb/__init__.py: Add bindings for Hambur...
2017-05-03 Mark Woodingpubkey.c, catacomb/__init__.py: Add bindings for Hambur...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark Woodingcatacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP...
2015-05-29 Mark Woodingcatacomb.c, ec.c: Bindings for the new EC2OSP/OS2ECP...
2015-04-20 Mark Woodingcatacomb.c: Handle Python's randomize hashing parameter...
2015-04-20 Mark Woodingcatacomb.c: Handle Python's randomize hashing parameter...
2013-06-16 Mark WoodingOverhaul formatting.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2005-09-26 mdwCheckin, Debianized and more or less complete.
2005-09-26 mdwCheckin, Debianized and more or less complete.
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
2005-04-29 mdwMore fixing for modern Pythons. No longer works with...
2005-04-10 mdwVarious minor fixings.
2005-04-10 mdwVarious minor fixings.
2005-04-10 mdwInitial check-in of catacomb-python.
2005-04-10 mdwInitial check-in of catacomb-python.