diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-01 13:42:38 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-07-01 13:42:38 +0700 |
commit | 26fef863edd65e10cea2c11f92759092facd35f7 (patch) | |
tree | 67d2a8afa87e3a40920d7a829fe051232ef8748d /crypto/crypto.csproj | |
parent | Fix inverted sense of "negs" in ImplSumOfMultiplies (porting error) (diff) | |
download | BouncyCastle.NET-ed25519-26fef863edd65e10cea2c11f92759092facd35f7.tar.xz |
Port ECAlgorithmsTest from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 5a9d37797..6539d2f9f 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -10657,6 +10657,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\math\ec\test\ECAlgorithmsTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\math\ec\test\ECPointTest.cs" SubType = "Code" BuildAction = "Compile" |