Hide initializers for cipher mode objects

This commit is contained in:
Legrandin 2016-02-01 22:05:02 +01:00
parent 7fab9f2e6f
commit b6eb4ba7f0
11 changed files with 24 additions and 1 deletions

View file

@ -79,6 +79,8 @@ class CtrMode(object):
Appendix B (for how to manage the *initial counter block*).
.. _`NIST SP800-38A` : http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf
:undocumented: __init__
"""
def __init__(self, block_cipher, initial_counter_block,