summaryrefslogtreecommitdiff
path: root/tests/doubles.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-1/+11
| | | | | | | | | | | | | | | | | | | * Implement KBKDFCMAC Also adjust KBKDFHMAC to avoid code duplication. * Add KBKDFCMAC unit tests * Enable KBKDFCMAC vector tests * Fix doc8 too long line issue in changelog Adding bullet list entries after line 30 in the CHANGELOG.rst leads to doc8 D001 error in line 30. Looks like a doc8 bug. Breaking the line in the middle of the cross-reference solves the problem for now. Also replace the trailing comma with a dot. * Add KBKDFCMAC documentation and update changelog
* Added typing for more of ciphers (#5738)Alex Gaynor2021-02-011-1/+2
|
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-12/+8
| | | | | | | | | * clean mypy with tests dir * remove most no_type_check annotations * le sigh * remove unneeded comments
* type hinting for symmetric ciphers (#5719)Paul Kehrer2021-01-301-1/+1
| | | | | * type hinting for symmetric ciphers * make our interface verifier happy
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
|
* standard future importAlex Gaynor2016-03-061-0/+2
|
* turns out you have to _commit_ the file you wrote. who knew!Alex Gaynor2016-03-051-0/+41