diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-03-17 15:45:27 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-03-17 15:45:27 +0700 |
commit | c368e7ca8460a11d02d2a85588bac51ec71b0424 (patch) | |
tree | 5ab2b0ae196cc36404170807bbc8ec52ed4b315a /crypto/crypto.csproj | |
parent | Take advantage of GLV (when available) in sum-of-multiplies methods (diff) | |
download | BouncyCastle.NET-ed25519-c368e7ca8460a11d02d2a85588bac51ec71b0424.tar.xz |
Port of latest Curve25519 stuff from Java build
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" /> |