mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Hide initializers for cipher mode objects
This commit is contained in:
parent
7fab9f2e6f
commit
b6eb4ba7f0
11 changed files with 24 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue