summary refs log tree commit diff
path: root/crypto/test/UnitTests.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2018-04-08 17:48:02 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2018-04-08 17:48:02 +0700
commit79055149405e986176bbb177a8897770e1777974 (patch)
treefc167830f416ebc3b3df4b769cc46be73cc4337d /crypto/test/UnitTests.csproj
parentLatest scrypt updates from bc-java (diff)
downloadBouncyCastle.NET-ed25519-79055149405e986176bbb177a8897770e1777974.tar.xz
Port of BLAKE2B/2S digests from bc-java
- also some misc. changes for other digests
Diffstat (limited to 'crypto/test/UnitTests.csproj')
-rw-r--r--crypto/test/UnitTests.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj
index 67d3e1b91..be8b7d3c5 100644
--- a/crypto/test/UnitTests.csproj
+++ b/crypto/test/UnitTests.csproj
@@ -156,6 +156,8 @@
     <Compile Include="src\crypto\test\AESWrapTest.cs" />
     <Compile Include="src\crypto\test\AllTests.cs" />
     <Compile Include="src\crypto\test\BCryptTest.cs" />
+    <Compile Include="src\crypto\test\Blake2bDigestTest.cs" />
+    <Compile Include="src\crypto\test\Blake2sDigestTest.cs" />
     <Compile Include="src\crypto\test\BlockCipherMonteCarloTest.cs" />
     <Compile Include="src\crypto\test\BlockCipherVectorTest.cs" />
     <Compile Include="src\crypto\test\BlowfishTest.cs" />