algorithms.c: Add bindings for STROBE.
[catacomb-python] / ec.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingec.c (ecptxl_1): Accept any iterable of coordinates.
2020-04-11 Mark Woodingcatacomb.c, ec.c, group.c, mp.c: Count base/exponent...
2020-04-11 Mark Woodingec.c, catacomb/__init__.py: Return tail from `parse...
2020-04-11 Mark Woodingec.c: Accept and discard parentheses around a point...
2020-04-11 Mark Woodingec.c (ecptxl_1): Preparatory reformatting.
2020-04-11 Mark Woodingec.c: Dispatch to `ecptxl_3' whether or not we have...
2020-04-11 Mark Woodingec.c: Reject strings with trailing junk in the curve...
2020-04-11 Mark Woodingec.c: Accept field elements in the fast path from ...
2020-04-11 Mark Woodingec.c, field.c, group.c: Allow exponents and scalars...
2020-04-11 Mark Woodingec.c, field.c, group.c, mp.c: Fix conversions in `pow...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Woodingec.c, field.c: Remove redundant `FOO_pyrichcompare...
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 the new `Py_hash_t' type.
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 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-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
2020-04-06 Mark Woodingec.c: Fix length type which should have been `Py_ssize_t'.
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 Woodingec.c: Don't lose error status when constructing points...
2019-11-27 Mark Woodingec.c: Free partially constructed points coordinatewise.
2019-11-27 Mark Wooding*.c: Be more careful about `PySequence_Size'.
2019-11-25 Mark Woodingbuffer.c, ec.c: Fix required size for EC `buffer' encoding.
2019-11-22 Mark Woodingec.c: Pass a dummy length argument to `PyObject_AsReadB...
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-11-22 Mark Woodingec.c: Add missing optional argument to docstring.
2019-11-17 Mark Woodingec.c (ecpt_pyrichcompare): Fix point comparisons.
2019-11-17 Mark Woodingec.c (ecpt_pyhash): Fix hashing.
2019-11-17 Mark Woodingec.c (ec2osp, os2ecp): Collect flags correctly.
2019-11-17 Mark Woodingec.c: Fix reported function name in `ec2osp'.
2019-11-17 Mark Woodingec.c: Fix keyword-argument list for `os2ecp'.
2019-11-17 Mark Woodingec.c (eccurve_pyrichcompare): Check that second operand...
2019-11-17 Mark Woodingec.c (ecpt_pymul): Don't leak the scalar value.
2019-11-17 Mark Woodingec.c: Don't drop through into an error case.
2019-11-17 Mark Woodingec.c: Fix three-argument point construction.
2019-10-04 Mark WoodingDeploy the new <ctype.h> and `foocmp' macros from mLib.
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Wooding*.c: Spruce up class docstrings.
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.