diff options
Diffstat (limited to 'crypto')
-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" /> |