X-Git-Url: http://www.git.cypherpunks.ru/?p=pyssss.git;a=blobdiff_plain;f=ssss.py;h=20405f4841c7a5f8df9936b4f38e4a10b519c9bf;hp=8c410c2c38c37358121d0d78b42320eefddc5ed8;hb=70040f6a5ac49889249c5900ed2afd6f6d70004c;hpb=7cd64f9e19786df62944ba10e0de31ec300e0163 diff --git a/ssss.py b/ssss.py index 8c410c2..20405f4 100644 --- a/ssss.py +++ b/ssss.py @@ -1,19 +1,19 @@ # coding: utf-8 -# pyssss -- Pure Python Shamir's secret sharing scheme implementation -# Copyright (C) 2015-2017 Sergey Matveev +# ssss -- Pure Python Shamir's secret sharing scheme implementation +# Copyright (C) 2015-2020 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 -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, version 3 of the # License. # # 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. +# GNU Lesser 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 . +# You should have received a copy of the GNU Lesser General Public +# License along with this program. If not, see +# . """ Shamir's secret sharing scheme implementation. https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing