diff options
Diffstat (limited to 'checks')
-rw-r--r-- | checks/pk_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index 9baecb4f2..3f9356b4a 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -361,7 +361,7 @@ void benchmark_gost_3410(RandomNumberGenerator& rng, u32bit hashbits = pbits; - if(hashbits < 160) + if(hashbits <= 192) hashbits = 160; if(hashbits == 521) hashbits = 512; |