Skip to content

Commit ccc6160

Browse files
committed
added Asn1DigestFactory
1 parent a71fda0 commit ccc6160

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

crypto/BouncyCastle.Android.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@
914914
<Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
915915
<Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
916916
<Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" />
917+
<Compile Include="src\crypto\operators\Asn1DigestFactory.cs" />
917918
<Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" />
918919
<Compile Include="src\crypto\operators\Asn1Signature.cs" />
919920
<Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" />
@@ -1666,4 +1667,4 @@
16661667
<None Include="checklist.txt" />
16671668
</ItemGroup>
16681669
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
1669-
</Project>
1670+
</Project>

crypto/BouncyCastle.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,7 @@
908908
<Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
909909
<Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
910910
<Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" />
911+
<Compile Include="src\crypto\operators\Asn1DigestFactory.cs" />
911912
<Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" />
912913
<Compile Include="src\crypto\operators\Asn1Signature.cs" />
913914
<Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" />
@@ -1660,4 +1661,4 @@
16601661
<None Include="checklist.txt" />
16611662
</ItemGroup>
16621663
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1663-
</Project>
1664+
</Project>

crypto/BouncyCastle.iOS.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@
909909
<Compile Include="src\crypto\modes\gcm\Tables64kGcmMultiplier.cs" />
910910
<Compile Include="src\crypto\modes\gcm\Tables8kGcmMultiplier.cs" />
911911
<Compile Include="src\crypto\operators\Asn1CipherBuilder.cs" />
912+
<Compile Include="src\crypto\operators\Asn1DigestFactory.cs" />
912913
<Compile Include="src\crypto\operators\Asn1KeyWrapper.cs" />
913914
<Compile Include="src\crypto\operators\Asn1Signature.cs" />
914915
<Compile Include="src\crypto\operators\CmsContentEncryptorBuilder.cs" />
@@ -1661,4 +1662,4 @@
16611662
<None Include="checklist.txt" />
16621663
</ItemGroup>
16631664
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
1664-
</Project>
1665+
</Project>

0 commit comments

Comments
 (0)