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/src/math/ec/multiplier/FixedPointPreCompInfo.cs | |
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/src/math/ec/multiplier/FixedPointPreCompInfo.cs')
-rw-r--r-- | crypto/src/math/ec/multiplier/FixedPointPreCompInfo.cs | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/crypto/src/math/ec/multiplier/FixedPointPreCompInfo.cs b/crypto/src/math/ec/multiplier/FixedPointPreCompInfo.cs new file mode 100644 |