summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-26 14:02:32 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-26 14:02:32 +0700
commitedd3db0c2d74a35b361cc4d99f2b96655b5e2144 (patch)
tree0632e86d7c704991aa8c5ce688fa84aec29dbfa5 /crypto/crypto.csproj
parentSpecial handling for zero-valued scalars (diff)
downloadBouncyCastle.NET-ed25519-edd3db0c2d74a35b361cc4d99f2b96655b5e2144.tar.xz
Add custom curve for secp224k1
Diffstat (limited to '')
-rw-r--r--crypto/crypto.csproj20
1 files changed, 20 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index 2777d36ae..725d176e7 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -4744,6 +4744,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\SecP224K1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP224K1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP224K1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP224K1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\custom\sec\SecP224R1Curve.cs" SubType = "Code" BuildAction = "Compile"