@@@ py_buffer/freebin wip
[catacomb-python] / t /
2020-04-11 Mark Woodingalgorithms.c: Add bindings for STROBE. mdw/python3
2020-04-11 Mark Woodingt/t-algorithms.py (HashBufferTestMixin): Assemble metho...
2020-04-11 Mark WoodingSplit 'pyke/' into commit '6c2569879c220eeac35957cdba9a...
2020-04-11 Mark Woodingalgorithms.c: Add a Keccak `set' method now there's...
2020-04-11 Mark Woodingcatacomb.c (mexp_common): Accept an arbitrary iterable.
2020-04-11 Mark Woodingrand.c: Implement the `passes' property of the `DSARand...
2020-04-11 Mark Woodingrand.c: Make nonce/IV arguments to cipher-based random...
2020-04-11 Mark Woodingcatacomb/__init__.py: Rewrite `kcdsaprime' to return...
2020-04-11 Mark Woodingpgen.c: Add a binding for Catacomb's `primeiter'.
2020-04-11 Mark Woodingmp.c: Accept `0x', `0o' and `0b' prefixes on strings...
2020-04-11 Mark Woodingkey.c: Make the `KeyFile' key-lookup methods behave...
2020-04-11 Mark Woodingkey.c: Complain about duplicate subkeys passed to ...
2020-04-11 Mark Woodingkey.c: Populate `KeyDataStructured' from the keywords.
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: 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 Woodingcatacomb/__init__.py, mp.c: Use implicit-conversion...
2020-04-11 Mark Woodingec.c, field.c, group.c: Allow exponents and scalars...
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 Woodingec.c, field.c, group.c, mp.c: Fix conversions in `pow...
2020-04-11 Mark Woodingfield.c: Replace `tofe' by `implicitfe', calling `impli...
2020-04-11 Mark Woodingpyke/pyke-mLib.c: Raise `OverflowError' on out-of-range...
2020-04-11 Mark Woodingalgorithms.c (FOO.hashbufN): Consistently raise `ValueE...
2020-04-11 Mark Woodingalgorithms.c: Implement KMAC in C.
2020-04-11 Mark Woodingalgorithms.c: Set `hashsz', `tagsz', and `name' propert...
2020-04-11 Mark Woodingalgorithms.c (KeySZSet): Represent the set as an actual...
2020-04-11 Mark Woodingalgorithms.c: Set `KSZ.max' to `None' to indicate no...
2020-04-11 Mark Woodingalgorithms.c (ShakeNN.done): Offer a (sensible) default...
2020-04-11 Mark Woodingalgorithms.c (ShakeNN constructor): Support `None'...
2020-04-11 Mark Woodingbuffer.c: Implement `ec2osp' and `os2ecp' as operations...
2020-04-11 Mark WoodingSplit 'pyke/' into commit 'c80de12d8d0827e0553fed2e4d39...
2020-04-11 Mark WoodingPort to Python 3.
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 Woodingcatacomb/__init__.py: Implement equality and hashing...
2020-04-11 Mark Woodingkey.c: Add hashing and comparison for `Key' objects.
2020-04-11 Mark Woodingkey.c, catacomb/__init__.py: Split key file I/O into...
2020-04-11 Mark Woodingcatacomb/__init__.py: Hack because Python 3 `hex' built...
2020-04-11 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2020-04-11 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2020-04-10 Mark WoodingSplice 'pyke/' prehistory from commit 'c1756f78cbf30074...
2020-04-07 Mark WoodingMerge branch '1.3.x' into HEAD
2020-04-07 Mark Woodingt/t-rand.py: Set the correct refernce seed value for... 1.3.x
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 Woodingt/t-*.py: Use the `WriteBuffer.contents' property.
2019-11-27 Mark Woodingt/t-bytes.py: Check that indexing, slicing, etc. return...
2019-11-27 Mark Woodingt/t-algorithms.py: Add a simple test for `Keccak1600...
2019-11-27 Mark Woodingt/t-algorithms.py: Add tests for other HSalsa20 and...
2019-11-27 Mark Woodingt/t-algorithms.py: Add AEAD tests.
2019-11-27 Mark Woodingt/t-algorithms.py: Add tests for the new `KeySZ.pad...
2019-11-27 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-27 Mark Woodingt/: Add a test suite.