diff options
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj index 8bb7fe7b0..118bde49b 100644 --- a/crypto/BouncyCastle.iOS.csproj +++ b/crypto/BouncyCastle.iOS.csproj @@ -885,11 +885,13 @@ <Compile Include="src\crypto\modes\CbcBlockCipher.cs" /> <Compile Include="src\crypto\modes\CcmBlockCipher.cs" /> <Compile Include="src\crypto\modes\CfbBlockCipher.cs" /> + <Compile Include="src\crypto\modes\ChaCha20Poly1305.cs" /> <Compile Include="src\crypto\modes\CtsBlockCipher.cs" /> <Compile Include="src\crypto\modes\EAXBlockCipher.cs" /> <Compile Include="src\crypto\modes\GCMBlockCipher.cs" /> <Compile Include="src\crypto\modes\GOFBBlockCipher.cs" /> <Compile Include="src\crypto\modes\IAeadBlockCipher.cs" /> + <Compile Include="src\crypto\modes\IAeadCipher.cs" /> <Compile Include="src\crypto\modes\KCcmBlockCipher.cs" /> <Compile Include="src\crypto\modes\KCtrBlockCipher.cs" /> <Compile Include="src\crypto\modes\OCBBlockCipher.cs" /> |