summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2020-08-31 12:46:41 +1000
committerDavid Hook <dgh@cryptoworkshop.com>2020-08-31 12:46:41 +1000
commitccc6160340b99a1c7abd2428f7a35fc45e988c6d (patch)
tree92670e6674ff8f26e01723d2b1697c0b8f3c88ae /crypto/BouncyCastle.iOS.csproj
parentrenamed DigestFactory to Asn1DigestFactory (diff)
downloadBouncyCastle.NET-ed25519-ccc6160340b99a1c7abd2428f7a35fc45e988c6d.tar.xz
added Asn1DigestFactory
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index 15b72d4a9..ea8370e9d 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -909,6 +909,7 @@
     <Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
     <Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
     <Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" />
+    <Compile Include="src\crypto\operators\Asn1DigestFactory.cs" />
     <Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" />
     <Compile Include="src\crypto\operators\Asn1Signature.cs" />
     <Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" />
@@ -1661,4 +1662,4 @@
     <None Include="checklist.txt" />
   </ItemGroup>
   <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
-</Project>
\ No newline at end of file
+</Project>