aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_block.py
Commit message (Collapse)AuthorAgeFilesLines
* Validate the IV/nonce length for a given algorithm.Alex Gaynor2013-11-191-1/+16
| | | | Fixes #159
* Move interfaces.register to utils.register_interface in preparation for more ↵David Reid2013-11-181-1/+2
| | | | interface modules.
* Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-1/+11
|
* Use AlreadyFinalized for symmetric ciphersAlex Gaynor2013-11-131-5/+5
|
* block cipher renamePaul Kehrer2013-11-061-15/+17
| | | | | | * block renamed to ciphers * ciphers renamed to algorithms * base moved into algorithms
* Changed excpetion name based on feedback from dreidAlex Gaynor2013-11-021-3/+3
|
* Document and implement the public API for when the backend doesn't support ↵Alex Gaynor2013-11-021-0/+11
| | | | the requested algorithm
* Move primtives into a hazmat packageDonald Stufft2013-10-281-0/+86