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
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue