Skip to content

Commit

Permalink
RELEASE/v1.1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
livebe01 committed Sep 22, 2023
1 parent 90d9d00 commit 0814d0b
Show file tree
Hide file tree
Showing 154 changed files with 122,535 additions and 25,315 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ This folder contains sample JSON files from all algorithms covered by the Gen/Va

## Setting Up

The code provided is C# using the .NET5 framework. This is a cross-platform framework. To run the code, you will need to install the [.NET5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0).
The code provided is C# using the .NET6 framework. This is a cross-platform framework. To run the code, you will need to install the [.NET6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0).

Create or modify the following files:

Expand Down
2 changes: 1 addition & 1 deletion _config/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<GenValPackageVersionMinor>0</GenValPackageVersionMinor>
<GenValPackageVersionPatch>0</GenValPackageVersionPatch>

<GenValSuffix>lms-remove-non-native</GenValSuffix>
<GenValSuffix></GenValSuffix>

<GenValFormattedSuffix Condition=" '$(GenValSuffix)' == '' "></GenValFormattedSuffix>
<GenValFormattedSuffix Condition=" '$(GenValSuffix)' != '' ">-$(GenValSuffix)</GenValFormattedSuffix>
Expand Down
Binary file removed gen-val/json-files/EDDSA-SigVer-1.0/EdDSA SigVer.zip
Binary file not shown.

Large diffs are not rendered by default.

1,558 changes: 779 additions & 779 deletions gen-val/json-files/RSA-DecryptionPrimitive-Sp800-56Br2/internalProjection.json

Large diffs are not rendered by default.

1,350 changes: 675 additions & 675 deletions gen-val/json-files/RSA-DecryptionPrimitive-Sp800-56Br2/prompt.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"standard",
"crt"
],
"modulus": [
"modulo": [
2048,
3072,
4096
Expand Down
380 changes: 190 additions & 190 deletions gen-val/json-files/RSA-KeyGen-FIPS186-5/internalProjection.json

Large diffs are not rendered by default.

162 changes: 81 additions & 81 deletions gen-val/json-files/RSA-KeyGen-FIPS186-5/prompt.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions gen-val/json-files/RSA-KeyGen-FIPS186-5/registration.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{
"modulo": 2048,
"hashAlg": [
"SHA2-224"
"SHA3-224"
],
"primeTest": [
"2powSecStr"
Expand All @@ -70,7 +70,7 @@
{
"modulo": 4096,
"hashAlg": [
"SHA2-512"
"SHA3-512"
],
"primeTest": [
"2powSecStr"
Expand Down
204 changes: 102 additions & 102 deletions gen-val/json-files/RSA-SignaturePrimitive-2.0/expectedResults.json

Large diffs are not rendered by default.

1,374 changes: 687 additions & 687 deletions gen-val/json-files/RSA-SignaturePrimitive-2.0/internalProjection.json

Large diffs are not rendered by default.

1,080 changes: 540 additions & 540 deletions gen-val/json-files/RSA-SignaturePrimitive-2.0/prompt.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"standard",
"crt"
],
"modulus": [
"modulo": [
2048,
3072,
4096
Expand Down
Loading

0 comments on commit 0814d0b

Please sign in to comment.