class GOST34112012(PEP247):
- """GOST 34.11-2012 big-endian hash
+ """GOST R 34.11-2012 big-endian hash
>>> m = GOST34112012(digest_size=32)
>>> m.update("foo")
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-"""GOST 34.12-2015 64 and 128 bit block ciphers (:rfc:`7801`)
+"""GOST R 34.12-2015 64 and 128 bit block ciphers (:rfc:`7801`)
Several precalculations are performed during this module importing.
"""
class GOST3412Kuznechik(object):
- """GOST 34.12-2015 128-bit block cipher Кузнечик (Kuznechik)
+ """GOST R 34.12-2015 128-bit block cipher Кузнечик (Kuznechik)
"""
blocksize = 16
class GOST3412Magma(object):
- """GOST 34.12-2015 64-bit block cipher Магма (Magma)
+ """GOST R 34.12-2015 64-bit block cipher Магма (Magma)
"""
blocksize = 8