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

@ -82,6 +82,8 @@ class SivMode(object):
.. _RFC5297: https://tools.ietf.org/html/rfc5297
.. _AEAD: http://blog.cryptographyengineering.com/2012/05/how-to-choose-authenticated-encryption.html
.. __: http://www.cs.ucdavis.edu/~rogaway/papers/keywrap.pdf
:undocumented: __init__
"""
def __init__(self, factory, key, nonce, kwargs):