summary refs log tree commit diff
path: root/crypto/BouncyCastle.Android.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/BouncyCastle.Android.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/BouncyCastle.Android.csproj')
-rw-r--r--crypto/BouncyCastle.Android.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj
index 7a69c92cb..59674d676 100644
--- a/crypto/BouncyCastle.Android.csproj
+++ b/crypto/BouncyCastle.Android.csproj
@@ -388,6 +388,7 @@
     <Compile Include="src\asn1\tsp\TSTInfo.cs" />
     <Compile Include="src\asn1\tsp\TimeStampReq.cs" />
     <Compile Include="src\asn1\tsp\TimeStampResp.cs" />
+    <Compile Include="src\asn1\ua\UAObjectIdentifiers.cs" />
     <Compile Include="src\asn1\util\Asn1Dump.cs" />
     <Compile Include="src\asn1\util\Dump.cs" />
     <Compile Include="src\asn1\util\FilterStream.cs" />
@@ -714,6 +715,8 @@
     <Compile Include="src\crypto\agreement\srp\SRP6StandardGroups.cs" />
     <Compile Include="src\crypto\agreement\srp\SRP6Utilities.cs" />
     <Compile Include="src\crypto\agreement\srp\SRP6VerifierGenerator.cs" />
+    <Compile Include="src\crypto\digests\Blake2bDigest.cs" />
+    <Compile Include="src\crypto\digests\Blake2sDigest.cs" />
     <Compile Include="src\crypto\digests\DSTU7564Digest.cs" />
     <Compile Include="src\crypto\digests\GeneralDigest.cs" />
     <Compile Include="src\crypto\digests\GOST3411Digest.cs" />