diff options
Diffstat (limited to 'crypto/BouncyCastle.csproj')
-rw-r--r-- | crypto/BouncyCastle.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/BouncyCastle.csproj b/crypto/BouncyCastle.csproj index 004e35e78..1303b1c59 100644 --- a/crypto/BouncyCastle.csproj +++ b/crypto/BouncyCastle.csproj @@ -1124,11 +1124,13 @@ <Compile Include="src\math\ec\ECAlgorithms.cs" /> <Compile Include="src\math\ec\ECCurve.cs" /> <Compile Include="src\math\ec\ECFieldElement.cs" /> + <Compile Include="src\math\ec\ECLookupTable.cs" /> <Compile Include="src\math\ec\ECPoint.cs" /> <Compile Include="src\math\ec\ECPointMap.cs" /> <Compile Include="src\math\ec\LongArray.cs" /> <Compile Include="src\math\ec\ScaleXPointMap.cs" /> <Compile Include="src\math\ec\ScaleYPointMap.cs" /> + <Compile Include="src\math\ec\SimpleLookupTable.cs" /> <Compile Include="src\math\ec\abc\SimpleBigDecimal.cs" /> <Compile Include="src\math\ec\abc\Tnaf.cs" /> <Compile Include="src\math\ec\abc\ZTauElement.cs" /> |