]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost28147.py
Download link for 3.12 release
[pygost.git] / pygost / gost28147.py
index 37760b909204f20c36cd5611843ddfdd6c7e05ec..585d0e7f6866a2215664e06246d591b8664c4e25 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2018 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -318,8 +318,6 @@ def cbc_decrypt(key, data, pad=True, sbox=DEFAULT_SBOX):
 
     :param bytes key: encryption key
     :param bytes data: ciphertext
-    :param iv: initialization vector
-    :type iv: bytes, BLOCKSIZE length
     :type bool pad: perform ISO/IEC 7816-4 unpadding after decryption
     :param sbox: S-box parameters to use
     :type sbox: str, SBOXES'es key