Skip to content

Commit a0470b2

Browse files
committed
added IDigestFactory
1 parent ccc6160 commit a0470b2

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

crypto/BouncyCastle.Android.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@
688688
<Compile Include="src\crypto\IDerivationFunction.cs" />
689689
<Compile Include="src\crypto\IDerivationParameters.cs" />
690690
<Compile Include="src\crypto\IDigest.cs" />
691+
<Compile Include="src\crypto\IDigestFactory.cs" />
691692
<Compile Include="src\crypto\IDSA.cs" />
692693
<Compile Include="src\crypto\IDsaExt.cs" />
693694
<Compile Include="src\crypto\IEntropySource.cs" />

crypto/BouncyCastle.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,7 @@
682682
<Compile Include="src\crypto\IDerivationFunction.cs" />
683683
<Compile Include="src\crypto\IDerivationParameters.cs" />
684684
<Compile Include="src\crypto\IDigest.cs" />
685+
<Compile Include="src\crypto\IDigestFactory.cs" />
685686
<Compile Include="src\crypto\IDSA.cs" />
686687
<Compile Include="src\crypto\IDsaExt.cs" />
687688
<Compile Include="src\crypto\IEntropySource.cs" />

crypto/BouncyCastle.iOS.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@
683683
<Compile Include="src\crypto\IDerivationFunction.cs" />
684684
<Compile Include="src\crypto\IDerivationParameters.cs" />
685685
<Compile Include="src\crypto\IDigest.cs" />
686+
<Compile Include="src\crypto\IDigestFactory.cs" />
686687
<Compile Include="src\crypto\IDSA.cs" />
687688
<Compile Include="src\crypto\IDsaExt.cs" />
688689
<Compile Include="src\crypto\IEntropySource.cs" />

0 commit comments

Comments
 (0)