1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj
index 1b4cccd52..4e6330818 100644
--- a/crypto/crypto.csproj
+++ b/crypto/crypto.csproj
@@ -5984,11 +5984,21 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\ScaleXNegateYPointMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\ScaleXPointMap.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\ScaleYNegateXPointMap.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\ScaleYPointMap.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -6559,11 +6569,26 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\endo\EndoUtilities.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\endo\GlvEndomorphism.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\endo\GlvTypeAEndomorphism.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "src\math\ec\endo\GlvTypeAParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\endo\GlvTypeBEndomorphism.cs"
SubType = "Code"
BuildAction = "Compile"
@@ -6574,6 +6599,11 @@
BuildAction = "Compile"
/>
<File
+ RelPath = "src\math\ec\endo\ScalarSplitParameters.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "src\math\ec\multiplier\AbstractECMultiplier.cs"
SubType = "Code"
BuildAction = "Compile"
|