]> Cypherpunks repositories - pygost.git/commitdiff
go.cypherpunks.ru -> go.cypherpunks.su
authorSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 13:08:21 +0000 (16:08 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 23 Jul 2024 13:08:21 +0000 (16:08 +0300)
pygost/mgm.py

index 4465c60355014efb689b0b33b137d179bd9240cc..ce93e12f0a9aa078d711b617c527a28d76bf7e11 100644 (file)
@@ -47,7 +47,7 @@ def nonce_prepare(nonce):
 
 
 class MGM(object):
-    # Implementation is fully based on go.cypherpunks.ru/gogost/mgm
+    # Implementation is fully based on go.cypherpunks.su/gogost/mgm
     def __init__(self, encrypter, bs, tag_size=None):
         """Multilinear Galois Mode (MGM) block cipher mode