diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-26 17:49:58 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-26 17:49:58 +0700 |
commit | 2cf78b09633f6f993b03a544abf2ee28fb592ce4 (patch) | |
tree | 77ac09df09038ddf58a1b4b08d09b25467d43a8b /crypto/crypto.csproj | |
parent | Tidy up comments (diff) | |
download | BouncyCastle.NET-ed25519-2cf78b09633f6f993b03a544abf2ee28fb592ce4.tar.xz |
Port custom curve for secp256r1 from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 0d4ca0e30..e89330bc2 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4704,6 +4704,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\SecP256R1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP256R1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP256R1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP256R1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\multiplier\ECMultiplier.cs" SubType = "Code" BuildAction = "Compile" |