X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fgost3413.py;h=32fa05b37f77cff742dc1e5222bbc26e219cd255;hb=9af4461c6af50f9cf83030867e7054d1f6311b32;hp=ec16f8c6b0903f73d78a3e4ee2602722d6973bc8;hpb=5e92533267cb41c42af1243592c530304d18bff5;p=pygost.git diff --git a/pygost/gost3413.py b/pygost/gost3413.py index ec16f8c..32fa05b 100644 --- a/pygost/gost3413.py +++ b/pygost/gost3413.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2020 Sergey Matveev +# Copyright (C) 2015-2021 Sergey Matveev # # 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 @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -""" GOST R 34.13-2015: Modes of operation for block ciphers +"""GOST R 34.13-2015: Modes of operation for block ciphers This module currently includes only padding methods. """