algorithms.c (ShakeNN constructor): Support `None' for func/perso args.
[catacomb-python] / t /
2019-11-25 Mark Woodingalgorithms.c (ShakeNN constructor): Support `None'...
2019-11-25 Mark Woodingbuffer.c: Implement `ec2osp' and `os2ecp' as operations...
2019-11-25 Mark WoodingPort to Python 3.
2019-11-25 Mark Woodingfield.c, mp.c: Implement the `nb_index' conversion.
2019-11-25 Mark Woodingcatacomb/__init__.py, mp.c: Remove `L' suffix from...
2019-11-25 Mark Woodingmp.c, catacomb/__init__.py, pyke/: Fix mixed-mode arith...
2019-11-25 Mark Woodingcatacomb/__init__.py: Implement equality and hashing...
2019-11-25 Mark Woodingkey.c: Add hashing and comparison for `Key' objects.
2019-11-25 Mark Woodingkey.c, catacomb/__init__.py: Split key file I/O into...
2019-11-25 Mark Woodingcatacomb/__init__.py: Hack because Python 3 `hex' built...
2019-11-25 Mark Wooding*.c: Introduce a new input conversion for binary strings.
2019-11-25 Mark Woodingpyke/mapping.c, key.c: Make the mapping code more intru...
2019-11-25 Mark WoodingMerge branch '1.3.x'
2019-11-25 Mark Woodingt/t-*.py: Use the `WriteBuffer.contents' property.
2019-11-25 Mark Woodingt/t-bytes.py: Check that indexing, slicing, etc. return...
2019-11-25 Mark Woodingt/t-algorithms.py: Add a simple test for `Keccak1600...
2019-11-25 Mark Woodingt/t-algorithms.py: Add tests for other HSalsa20 and...
2019-11-25 Mark Woodingt/t-algorithms.py: Add AEAD tests.
2019-11-25 Mark Woodingt/t-algorithms.py: Add tests for the new `KeySZ.pad...
2019-11-25 Mark WoodingMerge branch '1.2.x' into 1.3.x
2019-11-25 Mark Woodingt/: Add a test suite.