diff options
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index b58f1221a..f45215de4 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4694,7 +4694,22 @@ BuildAction = "Compile" /> <File - RelPath = "src\math\ec\custom\sec\Curve25519Field.cs" + RelPath = "src\math\ec\custom\djb\Curve25519.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\djb\Curve25519Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\djb\Curve25519FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\djb\Curve25519Point.cs" SubType = "Code" BuildAction = "Compile" /> |