From: Sergey Matveev Date: Tue, 23 Jul 2024 13:08:21 +0000 (+0300) Subject: go.cypherpunks.ru -> go.cypherpunks.su X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8de179794c6c64512b687720168e7640ec8ae0be;p=pygost.git go.cypherpunks.ru -> go.cypherpunks.su --- diff --git a/pygost/mgm.py b/pygost/mgm.py index 4465c60..ce93e12 100644 --- a/pygost/mgm.py +++ b/pygost/mgm.py @@ -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