aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/interfaces.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into validate-ivAlex Gaynor2014-01-011-0/+11
|\ | | | | | | | | | | Conflicts: tests/hazmat/backends/test_openssl.py tests/hazmat/primitives/test_block.py
| * BlockCipherAlgorithm because we should document block_size and ARC4 ↵David Reid2013-12-171-0/+11
| | | | | | | | shouldn't need block_size = 1.
* | Validate the IV/nonce length for a given algorithm.Alex Gaynor2013-11-191-0/+12
|/ | | | Fixes #159
* Implement and document an interface for cipher algorithmsDavid Reid2013-11-151-2/+24
|
* Module documentation.David Reid2013-11-071-1/+1
|
* Single space.David Reid2013-11-071-2/+2
|
* Add a new Mode interface to document mode.name and start on some prose docs ↵David Reid2013-11-071-0/+59
for interfaces.