chiark / gitweb /
algorithms.c: Add bindings for STROBE.
[catacomb-python] / mp.c
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingmp.c: Accept arbitrary iterables as inputs to `MPCRT'.
2020-04-11 Mark Woodingcatacomb.c, ec.c, group.c, mp.c: Count base/exponent...
2020-04-11 Mark Woodingmp.c: Simplify final cleanup in `MPCRT' operations.
2020-04-11 Mark Woodingmp.c: Fix overly ambitious section header.
2020-04-11 Mark Woodingmp.c: Accept `0x', `0o' and `0b' prefixes on strings...
2020-04-11 Mark Wooding*.c: Delete some pointless refcount twiddling.
2020-04-11 Mark Woodingcatacomb/__init__.py, mp.c: Use implicit-conversion...
2020-04-11 Mark Woodingmp.c: Tighten up the `MP' and `GF' implicit conversions.
2020-04-11 Mark Woodingmp.c: Use implicit-conversion rules in `coerce'.
2020-04-11 Mark Woodingmp.c: Convert shift amounts via `index' to prevent...
2020-04-11 Mark Woodingec.c, field.c, group.c, mp.c: Fix conversions in `pow...
2020-04-11 Mark Woodingmp.c: Export `implicitmp' and `implicitgf'.
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
2020-04-11 Mark Wooding*.[ch]: Some preparatory reformatting for the Python...
2020-04-11 Mark Woodingfield.c, mp.c: Implement the `nb_index' conversion.
2020-04-11 Mark Woodingcatacomb/__init__.py, mp.c: Remove `L' suffix from...
2020-04-11 Mark Woodingmp.c, catacomb/__init__.py, pyke/: Fix mixed-mode arith...
2020-04-11 Mark Woodingmp.c: Fix misformatting.
2020-04-11 Mark Woodingmp.c: Use newer names for the internal `long' represent...
2020-04-11 Mark Woodingmp.c: Assert about the Python limb size statically.
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: Split the constant definitions into the various...
2020-04-11 Mark Woodingpyke/pyke.[ch]: Make type skeleton structures be read...
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 Woodingmp.c: Improve docstring.
2020-04-10 Mark Wooding*.c: Use Python macros rather than functions where...
2020-04-07 Mark WoodingMerge branch '1.2.x' into 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 Woodingmp.c: Fix punctuation error in docstrings.
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-22 Mark Woodingmp.c, util.c: Use `Py_ssize_t' for lengths.
2019-11-22 Mark Woodingmp.c: Fix crash converting elliptic curve point-at...
2019-11-22 Mark Woodingmp.c: Return the result of `GFN' transformations as...
2019-11-22 Mark Woodingmp.c: Don't leak the field polynomial.
2019-11-22 Mark Woodingmp.c: Release the `GFN' object through channels on...
2019-11-22 Mark Woodingmp.c: Check that CRT moduli are pairwise coprime.
2019-11-22 Mark Woodingmp.c: Arrange to free `xx' on exit.
2019-11-22 Mark Woodingmp.c: Check that CRT moduli are actually positive.
2019-11-22 Mark Wooding*.c: Consistently show keyword arguments as optional...
2019-11-22 Mark Woodingmp.c: Fix Jacobi symbol notation in docstring.
2019-11-22 Mark Woodingmp.c: Describe `MP' and `GF' conversion semantics.
2019-11-22 Mark Woodingmp.c: Spell `MP' and `GF' in the correct case in docstr...
2019-11-17 Mark Woodingfield.c, mp.c: Hash `GF' and `FE' objects the same...
2019-11-17 Mark Woodingmp.c: Factor out and export `mphash'.
2018-11-10 Mark WoodingConsistently make keyword-lists be static and read...
2018-11-10 Mark Wooding*.c: Spruce up class docstrings.
2017-05-14 Mark Woodingmp.c: Add binding for `leastcongruent' function.
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 Wooding*.c: Fix docstrings for methods.
2017-05-03 Mark WoodingReturn `long' objects when `int' is requested but the...
2017-04-12 Mark Wooding*.c: Declare `PY_SSIZE_T_CLEAN'.
2016-09-12 Mark Wooding*.c: Fix docstrings for methods.
2015-07-20 Mark WoodingMerge branches 'mdw/pwsafe' and 'mdw/ec-ptcmpr'
2015-05-29 Mark WoodingUse ValueError instead of SyntaxError throughout.
2015-04-20 Mark WoodingStamp the module name onto types properly.
2015-02-27 Mark Woodingmp.c: Binding for `mp_fibonacci'.
2015-02-27 Mark Woodingmp.c: Proper binding for `mp_factorial'.
2013-06-16 Mark WoodingOverhaul formatting.
2007-02-17 Mark Woodingmp: Remove checking from jacobi.
2007-02-17 Mark WoodingGeneral: Fix lots of whitespace issues.
2006-04-05 Mark Woodinggf: New methods for various modular operations.
2006-04-05 Mark Woodingmp: Be more restrictive about implicit conversions.
2006-02-04 Mark Woodinggf: Make GF.fromstring consistent with MP.fromstring
2006-02-04 Mark Woodingmp: Forbid negative bit numbers in {set,clear,test...
2006-01-28 Mark Woodingmp: Replace MP.product() by an MPMul class. Much more...
2006-01-28 Mark WoodingBug squashing.
2006-01-28 Mark Woodingpassim: fix typo
2005-09-15 mdwFix for Cygwin.
2005-04-27 mdwFixing for Python 2.3 and later.
2005-04-10 mdwInitial check-in of catacomb-python.