chiark / gitweb /
Merge remote-tracking branch 'origin/HEAD'
[catacomb-python] / ec.c
2017-07-07 Mark WoodingMerge remote-tracking branch 'origin/HEAD'
2017-06-15 Mark Woodingec.c: Fix embarrassing use-after-free in EC point hashing.
2017-05-14 Mark WoodingMerge branch '1.1.x'
2017-05-13 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
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 WoodingUse ValueError instead of SyntaxError throughout.
2015-05-26 Mark WoodingFix the missing-module-names bug properly.
2015-04-20 Mark WoodingProper hashing for comparable object types.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2013-06-23 Mark WoodingFix a few minor warnings.
2013-06-16 Mark WoodingOverhaul formatting.
2008-06-23 Mark Woodingec (ecmeth_mmul): Fix point conversion.
2008-04-04 Mark Woodingec: Fix oncurvep.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-11-16 Mark Woodingec: Convert generator to external form in ECInfo constr...
2006-10-25 Mark WoodingGeneral: Update for Python 2.5.
2006-01-28 Mark Woodingec, group: Bug squashing.
2006-01-28 Mark WoodingBug squashing.
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.