]> Cypherpunks.ru repositories - pygost.git/blobdiff - pygost/test_gost34112012.py
Missing 3.6 news
[pygost.git] / pygost / test_gost34112012.py
index 3665df2c8127ba7c7de1e20918a204af3d6ad59f..a99b471956875d12eb05762daa9d1058d6bc034d 100644 (file)
@@ -1,6 +1,6 @@
 # coding: utf-8
 # PyGOST -- Pure Python GOST cryptographic functions library
-# Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+# Copyright (C) 2015-2017 Sergey Matveev <stargrave@stargrave.org>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ class TestCopy(TestCase):
 
 
 class TestHMAC(TestCase):
-    """http://tc26.ru/methods/recommendation/%D0%A2%D0%9A26%D0%90%D0%9B%D0%93.pdf test vectors
+    """RFC 7836
     """
     def test_256(self):
         for digestmod in (GOST34112012256, gost34112012256):