From 2fa72ef3fac67433d405ed94d7574f830576bfe7 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 22 Dec 2024 22:37:52 +0300 Subject: [PATCH] Missing R in GOST --- gost341264/cipher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost341264/cipher.go b/gost341264/cipher.go index c31a47c..1409404 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -13,7 +13,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -// GOST 34.12-2015 64-bit (Магма (Magma)) block cipher. +// GOST R 34.12-2015 64-bit (Магма (Magma)) block cipher. package gost341264 import ( -- 2.48.1