diff options
author | Jeffrey Stedfast <jeff@xamarin.com> | 2015-06-26 20:22:29 -0400 |
---|---|---|
committer | Jeffrey Stedfast <jeff@xamarin.com> | 2015-06-26 20:22:29 -0400 |
commit | 590a2d904433ef87b4dc7c331d5e802a389b35a0 (patch) | |
tree | f2adac21a0c6d16048d451e954f5d76169080fe3 | |
parent | Merge branch 'master' into vs2010 (diff) | |
download | BouncyCastle.NET-ed25519-590a2d904433ef87b4dc7c331d5e802a389b35a0.tar.xz |
Updated Visual Studio 2010 project files
-rw-r--r-- | crypto/BouncyCastle.Android.csproj | 7 | ||||
-rw-r--r-- | crypto/BouncyCastle.csproj | 7 | ||||
-rw-r--r-- | crypto/BouncyCastle.iOS.csproj | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.Android.csproj b/crypto/BouncyCastle.Android.csproj index e5000145b..1c2f3e6ac 100644 --- a/crypto/BouncyCastle.Android.csproj +++ b/crypto/BouncyCastle.Android.csproj @@ -1045,6 +1045,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" /> @@ -1126,6 +1127,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" /> diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 117af8d95..acb24726e 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -1039,6 +1039,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" /> @@ -1120,6 +1121,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" /> 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" /> |