Skip to content

Commit

Permalink
KAS ECC fix lotsotests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritner committed Aug 31, 2020
1 parent 4a77038 commit 8110bf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,9 @@ protected override string GetTestFileLotsOfTestCases(string targetFolder)
{
ParameterSet = new ParameterSets()
{
Eb = new Eb()
Ee = new Ee()
{
HashAlg = new string[] { "SHA2-224" },
HashAlg = new string[] { "SHA2-512" },
Curve = "P-521"
}
}
Expand Down

0 comments on commit 8110bf9

Please sign in to comment.