X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=pygost%2Fgost3412.py;h=7b4cc780253cf54e38123c811d1a5fa2762b8ee6;hb=0fcc8bc147ada51d2a9a912f18ac362d54b7d49a;hp=6482a4e18b6eeeac3c0d1609840c30716631b5cc;hpb=4ff0adf8cb4b497daa634e2430a4fd015a2bb427;p=pygost.git diff --git a/pygost/gost3412.py b/pygost/gost3412.py index 6482a4e..7b4cc78 100644 --- a/pygost/gost3412.py +++ b/pygost/gost3412.py @@ -1,6 +1,6 @@ # coding: utf-8 # PyGOST -- Pure Python GOST cryptographic functions library -# Copyright (C) 2015-2018 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 @@ -164,7 +164,7 @@ class GOST3412Magma(object): """ # Backward compatibility key preparation for 28147-89 key schedule self.key = b"".join(key[i * 4:i * 4 + 4][::-1] for i in range(8)) - self.sbox = "Gost28147_tc26_ParamZ" + self.sbox = "id-tc26-gost-28147-param-Z" def encrypt(self, blk): return gost28147_ns2block(gost28147_encrypt(