1 files changed, 35 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index a4d6c7068..195d69a23 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -4649,6 +4649,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\ECPointMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\LongArray.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4664,6 +4669,16 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\ScaleXPointMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\ScaleYPointMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\abc\SimpleBigDecimal.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -4869,6 +4884,26 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\endo\ECEndomorphism.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\endo\GlvEndomorphism.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\endo\GlvTypeBEndomorphism.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\endo\GlvTypeBParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\multiplier\AbstractECMultiplier.cs"
SubType = "Code"
BuildAction = "Compile"
|