summary refs log tree commit diff
path: root/crypto/crypto.csproj
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-04 16:08:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-04 16:08:03 +0700
commit26f31767019ceb2f113a280aa7ad64cbbfa3b55f (patch)
tree64ffe40f3b960ef9eeedc5a88bb29a6d24eb420b /crypto/crypto.csproj
parentFor repeated doublings, use jacobian-modified coordinates internally irrespec... (diff)
downloadBouncyCastle.NET-ed25519-26f31767019ceb2f113a280aa7ad64cbbfa3b55f.tar.xz
Initial work on a fixed-point comb multiplier
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r--crypto/crypto.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj

index da99b5e97..6e4cc23d1 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj
@@ -4809,6 +4809,21 @@ BuildAction = "Compile" /> <File + RelPath = "src\math\ec\multiplier\FixedPointCombMultiplier.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\FixedPointPreCompInfo.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "src\math\ec\multiplier\FixedPointUtilities.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "src\math\ec\multiplier\MixedNafR2LMultiplier.cs" SubType = "Code" BuildAction = "Compile"