chiark / gitweb /
t/t-algorithms.py: Add tests for other HSalsa20 and HChaCha key sizes.
[catacomb-python] / mp.c
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.