diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-07-19 16:37:31 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2017-07-19 16:37:31 +0700 |
commit | 418fb1b2c294e70d93d7981bcd5dbad3ffff230e (patch) | |
tree | 672ed6912fab5edd2bc771637fa9c782b73a38e8 /crypto/BouncyCastle.Android.csproj | |
parent | speed ups (diff) | |
download | BouncyCastle.NET-ed25519-418fb1b2c294e70d93d7981bcd5dbad3ffff230e.tar.xz |
Update project files for recent additions
Diffstat (limited to 'crypto/BouncyCastle.Android.csproj')
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index 921331f9a..ef931731d 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -711,8 +711,12 @@ <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\GOST3411Digest.cs" /> + <Compile Include="src\crypto\digests\DSTU7564Digest.cs" /> <Compile Include="src\crypto\digests\GeneralDigest.cs" /> + <Compile Include="src\crypto\digests\GOST3411Digest.cs" /> + <Compile Include="src\crypto\digests\GOST3411_2012Digest.cs" /> + <Compile Include="src\crypto\digests\GOST3411_2012_256Digest.cs" /> + <Compile Include="src\crypto\digests\GOST3411_2012_512Digest.cs" /> <Compile Include="src\crypto\digests\KeccakDigest.cs" /> <Compile Include="src\crypto\digests\LongDigest.cs" /> <Compile Include="src\crypto\digests\MD2Digest.cs" /> @@ -756,6 +760,8 @@ <Compile Include="src\crypto\engines\DesEdeEngine.cs" /> <Compile Include="src\crypto\engines\DesEdeWrapEngine.cs" /> <Compile Include="src\crypto\engines\DesEngine.cs" /> + <Compile Include="src\crypto\engines\Dstu7624Engine.cs" /> + <Compile Include="src\crypto\engines\Dstu7624WrapEngine.cs" /> <Compile Include="src\crypto\engines\ElGamalEngine.cs" /> <Compile Include="src\crypto\engines\GOST28147Engine.cs" /> <Compile Include="src\crypto\engines\HC128Engine.cs" /> @@ -825,6 +831,8 @@ <Compile Include="src\crypto\macs\CMac.cs" /> <Compile Include="src\crypto\macs\CbcBlockCipherMac.cs" /> <Compile Include="src\crypto\macs\CfbBlockCipherMac.cs" /> + <Compile Include="src\crypto\macs\DSTU7564Mac.cs" /> + <Compile Include="src\crypto\macs\DSTU7624Mac.cs" /> <Compile Include="src\crypto\macs\GMac.cs" /> <Compile Include="src\crypto\macs\GOST28147Mac.cs" /> <Compile Include="src\crypto\macs\HMac.cs" /> @@ -841,6 +849,8 @@ <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\KCcmBlockCipher.cs" /> + <Compile Include="src\crypto\modes\KCtrBlockCipher.cs" /> <Compile Include="src\crypto\modes\OCBBlockCipher.cs" /> <Compile Include="src\crypto\modes\OfbBlockCipher.cs" /> <Compile Include="src\crypto\modes\OpenPgpCfbBlockCipher.cs" /> |