From 6bf2ff6716e51eb34d2e96017399e5e29bd5a84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=B6hler?= Date: Tue, 16 Jul 2024 13:38:52 +0200 Subject: [PATCH 1/5] Updated Target Framework Version to 4.8 --- src/Scrypt.Tests/Scrypt.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scrypt.Tests/Scrypt.Tests.csproj b/src/Scrypt.Tests/Scrypt.Tests.csproj index 0dfbc33..74b16a5 100644 --- a/src/Scrypt.Tests/Scrypt.Tests.csproj +++ b/src/Scrypt.Tests/Scrypt.Tests.csproj @@ -10,7 +10,7 @@ Properties Scrypt.Tests Scrypt.Tests - v4.5 + v4.8 512 fcc658d9 From 25720ee6ac113a7053aa41208fceac319fed5e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=B6hler?= Date: Tue, 16 Jul 2024 13:39:00 +0200 Subject: [PATCH 2/5] Added Test Vectors form RFC 7914 --- src/Scrypt.Tests/Scrypt.Tests.csproj | 5 ++++- src/Scrypt.Tests/ScryptEncoderTests.cs | 22 ++++++++++++++++++++-- src/Scrypt.Tests/packages.config | 1 + 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/Scrypt.Tests/Scrypt.Tests.csproj b/src/Scrypt.Tests/Scrypt.Tests.csproj index 74b16a5..1d392e4 100644 --- a/src/Scrypt.Tests/Scrypt.Tests.csproj +++ b/src/Scrypt.Tests/Scrypt.Tests.csproj @@ -1,5 +1,6 @@  + @@ -12,7 +13,8 @@ Scrypt.Tests v4.8 512 - fcc658d9 + + @@ -78,6 +80,7 @@ This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. +