aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hypothesis/test_padding.py
Commit message (Collapse)AuthorAgeFilesLines
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-2/+2
| | | | | | | | | | | | | | | | | | | | * Raize padding block_size limit to what is allowed by the specs. * Add tests for raising padding limits. * Amend C code for padding check to use uint16_t instead of uint8_t. * Fix test to work in Python 3. * Fix typo. * Fix another typo. * Fix return type of the padding checks. * Change hypothesis test on padding. * Update comment.
* Added support for padding ANSI X.923Cédric Krier2016-02-271-1/+12
|
* resolve the TODO, random block sizesAlex Gaynor2016-01-131-5/+6
|
* Added hypothesis tests for paddingAlex Gaynor2016-01-131-0/+20