diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-26 14:02:32 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-26 14:02:32 +0700 |
commit | edd3db0c2d74a35b361cc4d99f2b96655b5e2144 (patch) | |
tree | 0632e86d7c704991aa8c5ce688fa84aec29dbfa5 /crypto/crypto.csproj | |
parent | Special handling for zero-valued scalars (diff) | |
download | BouncyCastle.NET-ed25519-edd3db0c2d74a35b361cc4d99f2b96655b5e2144.tar.xz |
Add custom curve for secp224k1
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 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" |