diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-04 16:08:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-04 16:08:03 +0700 |
commit | 26f31767019ceb2f113a280aa7ad64cbbfa3b55f (patch) | |
tree | 64ffe40f3b960ef9eeedc5a88bb29a6d24eb420b /crypto/crypto.csproj | |
parent | For repeated doublings, use jacobian-modified coordinates internally irrespec... (diff) | |
download | BouncyCastle.NET-ed25519-26f31767019ceb2f113a280aa7ad64cbbfa3b55f.tar.xz |
Initial work on a fixed-point comb multiplier
Diffstat (limited to 'crypto/crypto.csproj')
-rw-r--r-- | crypto/crypto.csproj | 15 |
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" |