]> Cypherpunks.ru repositories - pygost.git/commitdiff
Missing copyright and module docstring in gost3410_vko
authorSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 19:21:51 +0000 (22:21 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 19 Nov 2016 19:21:51 +0000 (22:21 +0300)
pygost/gost3410_vko.py

index 10d2d46c41ec66fb82429f28678d9a3999bc0f6c..35cc06f103293625449dfddbdea59814c37685fe 100644 (file)
@@ -1,3 +1,22 @@
+# coding: utf-8
+# PyGOST -- Pure Python GOST cryptographic functions library
+# Copyright (C) 2015-2016 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+"""Diffie-Hellman functions, VKO GOST R 34.10-2001/2012
+"""
+
 from pygost.gost3410 import pub_marshal
 from pygost.gost34112012256 import GOST34112012256
 from pygost.gost34112012512 import GOST34112012512