]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost3412.py
Sbox/curve parameters names comply with OIDs
[pygost.git] / pygost / gost3412.py
index b68dcb5b2cd334e2d56317ec59f32ee875bd2eaf..7b4cc780253cf54e38123c811d1a5fa2762b8ee6 100644 (file)
@@ -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(