diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-31 14:08:21 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-31 14:08:21 +0700 |
commit | 32227c12d110f33e5dd52544868d7092735fd029 (patch) | |
tree | 4bb89bffee1ea50c8527fb567b9527c628a349c3 /crypto/crypto.csproj | |
parent | Refactoring (diff) | |
download | BouncyCastle.NET-ed25519-32227c12d110f33e5dd52544868d7092735fd029.tar.xz |
Add custom curves for secp192k1 and secp192r1 (P-192)
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index 7e18a8c90..4c657b6ac 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4679,11 +4679,56 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\Nat192.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\custom\sec\Nat256.cs" SubType = "Code" BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\SecP192K1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192K1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192K1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192K1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192R1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192R1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192R1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP192R1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\custom\sec\SecP256K1Curve.cs" SubType = "Code" BuildAction = "Compile" |