chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / catacomb-python.h
2017-05-14 Mark Woodingpubkey.c: Add support for Ed448 signatures, following...
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 WoodingReturn `long' objects when `int' is requested but the...
2017-05-13 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
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, ...: Support Bernstein's `Ed25519' signature...
2017-05-03 Mark Woodingpubkey.c, ...: Support Bernstein's `X25519' key-agreeme...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Woodingbytestring.c, catacomb/__init__.py: Compare for equalit...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2017-04-07 Mark Woodingalgorithms.c: Add support for Poly1305.
2017-04-07 Mark Woodingcatacomb-python.h, util.c: Support for declaring types...
2016-09-12 Mark Woodingutil.c: Add conversions between Python objects and...
2016-09-12 Mark Woodingcatacomb-python.h: Don't inhibit 64-bit type detection...
2016-09-11 Mark WoodingFurther fixing to use `Py_ssize_t' in place of int.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-05-26 Mark Woodingcatacomb-python.h: Promote `util' to the head of the...
2015-05-26 Mark Woodingcatacomb-python.h: Formatting fix.
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2013-06-16 Mark WoodingOverhaul formatting.
2008-04-04 Mark Woodingutil: Actually initialize the utilities properly.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-03-07 Mark WoodingRemove the various `getuNN' functions and replace them...
2006-03-06 Mark Woodingmappings: Separate mapping methods into read-only and...
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark WoodingReorganization: split out utilities; mapping methods
2006-01-28 Mark Woodingalgorithms: Add PRPs as objects in their own right.
2005-09-26 mdwCheckin, Debianized and more or less complete.
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.