diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-06 10:31:12 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-06 10:31:12 +0700 |
commit | 9c89cec327d429564bd1e7b5cb92bdaae0acd8f9 (patch) | |
tree | 104baa918286eafc11b59446c73444f12a11ebc4 /crypto/crypto.csproj | |
parent | Add order/cofactor to the small test curves (diff) | |
download | BouncyCastle.NET-ed25519-9c89cec327d429564bd1e7b5cb92bdaae0acd8f9.tar.xz |
Initial work on the Curve25519 field implementation
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 6e4cc23d1..1a2f8c132 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4679,6 +4679,11 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\Curve25519Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\custom\sec\Nat192.cs" SubType = "Code" BuildAction = "Compile" |