From 8edf448e15d2569ddd31a124f89075e7617aad09 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 9 Jun 2019 12:39:56 +0300 Subject: [PATCH] Test vector descriptive comment --- src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go b/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go index 45660cf..e7422d7 100644 --- a/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go +++ b/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go @@ -68,6 +68,8 @@ func TestVectors(t *testing.T) { } // Second vector + // It is CP1251-encoded "Се ветри, Стрибожи внуци, веютъ с моря + // стрелами на храбрыя плъкы Игоревы" string h512.Reset() h256.Reset() m = []byte{ -- 2.44.0