]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/gost34112012512.py
Shorter module names for convenience and simplicity
[pygost.git] / pygost / gost34112012512.py
similarity index 90%
rename from pygost/gost3411_2012_512.py
rename to pygost/gost34112012512.py
index 802bbd9bf66915e82b53e250a6c25dd3640935a6..4cbdbd4586f6d3ab0c0167351e1a3c789b9e999b 100644 (file)
@@ -4,7 +4,7 @@ This is implementation of :rfc:`6986`. Most function and variable names are
 taken according to specification's terminology.
 """
 
-from gost3411_2012 import GOST34112012
+from gost34112012 import GOST34112012
 
 
 class GOST34112012512(GOST34112012):