提交 bc1b04d2 编写于 作者: D Dr. Stephen Henson

L=3072, N=256 provides 128 bits of security not 112.

上级 8fcdb1e6
......@@ -405,7 +405,7 @@ static int dsa2_valid_parameters(size_t L, size_t N)
if (L == 2048 && N == 256)
return 112;
if (L == 3072 && N == 256)
return 112;
return 128;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册