From 8de179794c6c64512b687720168e7640ec8ae0be Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 23 Jul 2024 16:08:21 +0300 Subject: [PATCH] go.cypherpunks.ru -> go.cypherpunks.su --- pygost/mgm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.48.1