From: Sergey Matveev Date: Wed, 3 Apr 2024 07:47:54 +0000 (+0300) Subject: Fixed typo in parameter X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=commitdiff_plain Fixed typo in parameter --- diff --git a/pygost/test_gost34112012.py b/pygost/test_gost34112012.py index a2ef838..4640139 100644 --- a/pygost/test_gost34112012.py +++ b/pygost/test_gost34112012.py @@ -137,7 +137,7 @@ class TestPBKDF2(TestCase): @skip("it takes too long") def test_4(self): self.assertSequenceEqual( - hexenc(pbkdf2(b"password", b"salt", 1677216, 64)), + hexenc(pbkdf2(b"password", b"salt", 16777216, 64)), "49e4843bba76e300afe24c4d23dc7392def12f2c0e244172367cd70a8982ac361adb601c7e2a314e8cb7b1e9df840e36ab5615be5d742b6cf203fb55fdc48071", )