diff options
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 7 |
1 files changed, 7 insertions, 0 deletions
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" /> |