diff options
| author | J08nY | 2018-07-14 01:33:44 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-14 01:33:44 +0200 |
| commit | 94430f04698c9fe8675b217ca831d980918db97c (patch) | |
| tree | e4922e1c83e12d68fead09fd7c2cb0ce6a713af3 /docs/IMPLEMENTATIONS.md | |
| parent | bd657e107ed51ccca25047ab2473f231ef58533e (diff) | |
| download | ECTester-94430f04698c9fe8675b217ca831d980918db97c.tar.gz ECTester-94430f04698c9fe8675b217ca831d980918db97c.tar.zst ECTester-94430f04698c9fe8675b217ca831d980918db97c.zip | |
Diffstat (limited to 'docs/IMPLEMENTATIONS.md')
| -rw-r--r-- | docs/IMPLEMENTATIONS.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/IMPLEMENTATIONS.md b/docs/IMPLEMENTATIONS.md index 4d17600..b4a4ea8 100644 --- a/docs/IMPLEMENTATIONS.md +++ b/docs/IMPLEMENTATIONS.md @@ -516,6 +516,10 @@ x_n &= X_n / Z_n; \qquad x_{n+1} = X_{n+1} / Z_{n+1} \\ y_n &= \frac{(x_n + x_1)((x_n + x_1)(x_{n+1} + x_1) + x_1^2 + y_1)}{x_1} + y_1 \end{align*} +### GLV scalar multiplication + +[^13] + ### Fixed-base windowing (BGMW) <u>Algorithm 3.41</u> and <u>Algorithm 3.42</u> in GECC[^1] @@ -544,4 +548,5 @@ elliptic Curve Cryptography. CRC Press, 2005-07-19. Discrete Mathematics and Itâ [^9]: MOLLER, Bodo: Securing Elliptic Curve Point Multiplication against Side-Channel Attacks. [^10]: MOLLER, Bodo: Improved Techniques for Fast Exponentiation. [^11]: MOLLER, Bodo: Fractional Windows Revisited: Improved Signed-Digit Representations for Efficient Exponentiation. -[^12]: KOYAMA, Kenji; TSURUOKA, Yukio: Speeding up Elliptic Cryptosystems by Using a Signed Binary Window Method.
\ No newline at end of file +[^12]: KOYAMA, Kenji; TSURUOKA, Yukio: Speeding up Elliptic Cryptosystems by Using a Signed Binary Window Method. +[^13]: GALLANT, Robert P.; LAMBERT, Robert J.; VANSTONE, Scott A.: Faster point multiplication on elliptic curves with efficient endomorphisms.
\ No newline at end of file |
