From 5479c60a6fd94a911effe2b4bab72cb47318e7bf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 3 Apr 2024 10:47:54 +0300 Subject: [PATCH] Fixed typo in parameter --- pygost/test_gost34112012.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ) -- 2.44.0