summary refs log tree commit diff
path: root/crypto/BouncyCastle.iOS.csproj
diff options
context:
space:
mode:
authorJeffrey Stedfast <jeff@xamarin.com>2015-06-26 20:22:29 -0400
committerJeffrey Stedfast <jeff@xamarin.com>2015-06-26 20:22:29 -0400
commit590a2d904433ef87b4dc7c331d5e802a389b35a0 (patch)
treef2adac21a0c6d16048d451e954f5d76169080fe3 /crypto/BouncyCastle.iOS.csproj
parentMerge branch 'master' into vs2010 (diff)
downloadBouncyCastle.NET-ed25519-590a2d904433ef87b4dc7c331d5e802a389b35a0.tar.xz
Updated Visual Studio 2010 project files
Diffstat (limited to 'crypto/BouncyCastle.iOS.csproj')
-rw-r--r--crypto/BouncyCastle.iOS.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.iOS.csproj b/crypto/BouncyCastle.iOS.csproj
index a1d3b15a1..0a68e8238 100644
--- a/crypto/BouncyCastle.iOS.csproj
+++ b/crypto/BouncyCastle.iOS.csproj
@@ -1040,6 +1040,7 @@
     <Compile Include="src\crypto\tls\UserMappingType.cs" />
     <Compile Include="src\crypto\util\Pack.cs" />
     <Compile Include="src\math\BigInteger.cs" />
+    <Compile Include="src\math\Primes.cs" />
     <Compile Include="src\math\ec\ECAlgorithms.cs" />
     <Compile Include="src\math\ec\ECCurve.cs" />
     <Compile Include="src\math\ec\ECFieldElement.cs" />
@@ -1121,6 +1122,12 @@
     <Compile Include="src\math\ec\custom\sec\SecT163R1Point.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT163R2Curve.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT163R2Point.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193Field.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193FieldElement.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193R1Curve.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193R1Point.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193R2Curve.cs" />
+    <Compile Include="src\math\ec\custom\sec\SecT193R2Point.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT233Field.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT233FieldElement.cs" />
     <Compile Include="src\math\ec\custom\sec\SecT233K1Curve.cs" />