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

@ -68,6 +68,8 @@ class EaxMode(object):
.. _AEAD: http://blog.cryptographyengineering.com/2012/05/how-to-choose-authenticated-encryption.html
.. __: http://csrc.nist.gov/groups/ST/toolkit/BCM/documents/proposedmodes/eax/eax-spec.pdf
:undocumented: __init__
"""
def __init__(self, factory, key, nonce, mac_len, cipher_params):