X-Git-Url: http://www.git.cypherpunks.ru/?p=pyssss.git;a=blobdiff_plain;f=ssss.py;h=3f019caca9babb0a0092d479ff3a58298922dafa;hp=25461473513ca082ef0dc26212950b58c86dc935;hb=e18fec4bc67678b55ca9f2ccb6a49bf56e9d434d;hpb=36b8bef11ae6c8c38a292fe78bc7108a1900087e diff --git a/ssss.py b/ssss.py index 2546147..3f019ca 100644 --- a/ssss.py +++ b/ssss.py @@ -1,19 +1,20 @@ # coding: utf-8 # pyssss -- Pure Python Shamir's secret sharing scheme implementation -# Copyright (C) 2015-2016 Sergey Matveev +# Copyright (C) 2015-2019 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, 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. +# 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