diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-27 11:40:00 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-01-27 11:40:00 +0700 |
commit | b27039585917e3c0651de353faef68fe6bbc68d9 (patch) | |
tree | 0cdad9b0772f6e7ae061ba24ed0514b71b8e358b /crypto/crypto.csproj | |
parent | Use custom curve if available (diff) | |
download | BouncyCastle.NET-ed25519-b27039585917e3c0651de353faef68fe6bbc68d9.tar.xz |
Port of latest EC multipliers from Java
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index e89330bc2..7e18a8c90 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -4724,12 +4724,37 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\multiplier\AbstractECMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\DoubleAddMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\multiplier\ECMultiplier.cs" SubType = "Code" BuildAction = "Compile" /> <File - RelPath = "src\math\ec\multiplier\FpNafMultiplier.cs" + RelPath = "src\math\ec\multiplier\MixedNafR2LMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\MontgomeryLadderMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\NafL2RMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\NafR2LMultiplier.cs" SubType = "Code" BuildAction = "Compile" /> @@ -4744,7 +4769,7 @@ BuildAction = "Compile" /> <File - RelPath = "src\math\ec\multiplier\WNafMultiplier.cs" + RelPath = "src\math\ec\multiplier\WNafL2RMultiplier.cs" SubType = "Code" BuildAction = "Compile" /> @@ -4769,6 +4794,16 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\multiplier\ZSignedDigitL2RMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\ZSignedDigitR2LMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\field\FiniteFields.cs" SubType = "Code" BuildAction = "Compile" |