diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-01 19:10:28 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-01 19:10:28 +0700 |
commit | 8405b5610adc2405c7cb1d2b25150388728adba6 (patch) | |
tree | dc311fdc9782ed7bace841ad74141f17a1b57217 /crypto/crypto.csproj | |
parent | Add support for delayed modular reduction (diff) | |
download | BouncyCastle.NET-ed25519-8405b5610adc2405c7cb1d2b25150388728adba6.tar.xz |
Add custom curve for secp521r1 (P-521)
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 4c657b6ac..4c125b99a 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4769,6 +4769,26 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\custom\sec\SecP521R1Curve.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP521R1Field.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP521R1FieldElement.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\custom\sec\SecP521R1Point.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\multiplier\AbstractECMultiplier.cs" SubType = "Code" BuildAction = "Compile" |