X-Git-Url: http://www.git.cypherpunks.ru/?p=pygost.git;a=blobdiff_plain;f=pygost%2Ftest_gost34112012.py;fp=pygost%2Ftest_gost34112012.py;h=46401396c15fda6c47e25426d48552b3d21fadff;hp=a2ef83887636d368c4c13f02692cfe1e3dd225e1;hb=5479c60a6fd94a911effe2b4bab72cb47318e7bf;hpb=5777783774992d5408767cb87fa8108f95551432 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", )