Skip to content

Commit 1f386d9

Browse files
committed
Minor refactoring
1 parent 895c10b commit 1f386d9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

SharpHash/KDF/PBKDF_Argon2NotBuildInAdapter.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -846,9 +846,9 @@ private void FillBlock(Block a_x, Block a_y, Block a_CurrentBlock, bool a_WithXo
846846
2 * i + 81, 2 * i + 96, 2 * i + 97, 2 * i + 112, 2 * i + 113);
847847
} //
848848

849-
if (a_WithXor) ;
849+
//if (a_WithXor) ;
850850
//a_CurrentBlock.Xor(R, Z, a_CurrentBlock);
851-
else;
851+
//else;
852852
// a_CurrentBlock.Xor(R, Z);
853853
} //
854854

SharpHash/SharpHash.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
1414
<PackageProjectUrl>https://github.com/ron4fun/SharpHash</PackageProjectUrl>
1515
<RepositoryUrl>https://github.com/ron4fun/SharpHash.git</RepositoryUrl>
16-
<Copyright>2019</Copyright>
17-
<PackageId>SharpHash_Ron4fun</PackageId>
16+
<Copyright>2020</Copyright>
17+
<PackageId>SharpHash</PackageId>
1818
<PackageTags>Hash;Hashing;Crypto;Cryptography;Checksum;HMAC;KDF;PBKDF;</PackageTags>
1919
<RepositoryType>git</RepositoryType>
2020
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
2121
<SignAssembly>false</SignAssembly>
2222
<DelaySign>false</DelaySign>
2323
<AssemblyOriginatorKeyFile>sharphash_key.pfx</AssemblyOriginatorKeyFile>
24+
<Version>1.1.0</Version>
2425
</PropertyGroup>
2526

2627
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)