faster compact diffiehellman endomorphisms on the x line
play

Faster Compact DiffieHellman: Endomorphisms on the x -line Craig - PowerPoint PPT Presentation

Faster Compact DiffieHellman: Endomorphisms on the x -line Craig Costello H useyin H sl Benjamin Smith craigco@microsoft.com huseyin.hisil@yasar.edu.tr smith@lix.polytechnique.fr Microsoft Resesarch Computer Eng. Department INRIA,


  1. Faster Compact DiffieHellman: Endomorphisms on the x -line Craig Costello H¨ useyin Hı¸ sıl Benjamin Smith craigco@microsoft.com huseyin.hisil@yasar.edu.tr smith@lix.polytechnique.fr Microsoft Resesarch Computer Eng. Department INRIA, France Redmond Ya¸ sar University LIX, Ecole polytechnique, ˙ Seattle, USA Izmir, Turkey France ECC 2014, Chennai H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 1 / 41

  2. At a high level. . . A software implementation of Diffie-Hellman key-exchange targeting 128-bit security (EUROCRYPT 2013): Fast: 148,000 cycles (Intel Core i7-3520M – Ivy Bridge) for key gen and shared secret Compact: 256-bit keys ( purely x -coordinates only) Constant-time: execution independent of input – side-channel resistant Software (in SUPERCOP format) available at: http://hhisil.yasar.edu.tr/files/hisil20140318compact.tar.gz H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 2 / 41

  3. Outline 1 Endomorphisms replace single scalar with half-sized double-scalars 2 Selecting the curve parameter fine tuning, twist security, large discriminant, . . . 3 Endomorphisms on the x -line use x coordinates throughout, instead of ( x , y ) coordinates, and work on curve and twist simultaneously 4 Fast finite field arithmetic non-unique representation, assembly tricks, btrq, . . . H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 3 / 41

  4. Standard definitions I [Silverman] Let E 1 and E 2 be elliptic curves. An isogeny is a homomorphism φ : E 1 → E 2 with finite kernel satisfying φ ( O ) = O , φ ( E 1 ) � = { O } . Let P ∈ E 1 . Observe that the set � � Hom ( E 1 , E 2 ) := isogenies φ : E 1 → E 2 . becomes a group under the addition law ( φ + ψ )( P ) = φ ( P ) + ψ ( P ) . H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 4 / 41

  5. Standard definitions II [Silverman] Now let E := E 1 = E 2 . An endomorphism is an element of End ( E ) := Hom ( E , E ) . End ( E ) is called the endomorphism ring of E since we have for all points on E ; ◮ the addition –homomorphism property– ( φ + ψ )( P ) = φ ( P ) + ψ ( P ) , ◮ the multiplication –composition– ( φψ )( P ) = φ ( ψ ( P )) . H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 5 / 41

  6. Classic examples for endomorphisms Multiplication-by- m map for m ∈ Z . [ m ] : P �→ P + P + . . . + P . � �� � m times Computing [ m ]( P ) is the bottleneck for many curve based protocols. Therefore, we want to speed up [ m ]( P ). H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 6 / 41

  7. Classic examples for endomorphisms Let p ≡ 1 (mod 4) be a prime. Define E : y 2 = x 3 + ax over F p . Let κ ∈ F p suct that κ 2 = − 1. Then the map µ : ( x , y ) �− → ( − x , κ y ) is an endomorphism with characteristic polynomial P ( X ) = X 2 + 1 . Suppose N | # E ( F q ) but N 2 ∤ # E ( F q ). Now, E ( F q ) contains exactly one subgroup of order N . Assume P ∈ E ( F q )[ N ]. Then µ ( P ) ∈ E ( F q )[ N ]. Therefore, µ ( P ) = [ λ ] P for some λ ∈ [1 , N − 1] when P � = O . Furthermore, λ is a root modulo N of P ( X ). H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 7 / 41

  8. Gallant/Lambert/Vanstone technique CRYPTO’01 Speeding up scalar multiplication with GLV: Replace ( m , P ) �→ [ m ]( P ) with (( a , b ) , P ) �− → [ a ] P + [ b ] µ ( P ) = [ a ] P + [ b λ ]( P ) = [ m ]( P ) where ( a , b ) is a short multiscalar decomposition of a random full-length scalar m . Endomorphism examples by Gallant/Lambert/Vanstone’01 are only applicaple to a very limited set of elliptic curves. H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 8 / 41

  9. Classic examples for endomorphisms The q -power Frobenius endomorphism π q (if E is defined over F q ). ( x , y ) �→ ( x q , y q ) π q : where π q satisfies the characteristic polynomial P ( X ) = X 2 − tX + q where t = q + 1 − # E ( F q ). We have π q ( P ) = P for all P ∈ E ( F q ), i.e. the set of points fixed by π q is exactly E ( F q ). Observe that ( X 2 − tX + q ) mod # E factors as ( x − 1)( x − q ). H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 9 / 41

  10. Galbraith/Lin/Scott endomorphism EUROCRYPT’09 Ingredients for GLS construction (just an overview) : 1 E : an elliptic curve defined over F p where p > 3 2 E ′ : the quadratic twist of E / F p 2 3 φ : E → E ′ : twisting F p 4 -isomorphism 4 π q : E → ( q ) E : q -power Frobenius isogeny; ( p ) E = E , so π p ∈ End ( E ) ψ := φ ◦ π p ◦ φ − 1 Now define ψ is a (degree 2) F p 2 -endomorphism of E ′ satisfying ψ 2 = [ − 1] If N is a prime such that N | # E ( F p 2 ) and N > 2 p then ψ 2 ( P ) + P = O P ∈ E ′ ( F p 2 )[ N ] for ψ ( P ) = [ λ ] P for P ∈ E ′ ( F p 2 )[ N ] where λ 2 ≡ − 1 (mod N ) H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 10 / 41

  11. Galbraith/Lin/Scott endomorphism EUROCRYPT’09 Ingredients for GLS construction (just an overview) : 1 E : an elliptic curve defined over F p where p > 3 2 E ′ : the quadratic twist of E / F p 2 3 φ : E → E ′ : twisting F p 4 -isomorphism 4 π q : E → ( q ) E : q -power Frobenius isogeny; ( p ) E = E , so π p ∈ End ( E ) Pros and cons (see Smith’13): Approximately p isomorphism classes � # E ′ ( F p 2 ) can be a prime � # E ( F p 2 ) cannot be a prime � Requires checking prohibited points on the quadratic twist � see Bernstein’06, Fouque/Lercier/R´ eal/Valette’08 H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 10 / 41

  12. Smith’s endomorphism ASIACRYPT’13 Let ∆ be a square-free integer. Quadratic Q -curves A quadratic Q -curve of degree d : an elliptic curve � E without complex multiplication √ � E is defined over Q ( ∆) existence of an isogeny of degree d from E to its Galois conjugate σ � E , where √ � σ � = Gal ( Q ( ∆) / Q ) The Galois conjugate σ � E is the curve formed by applying σ to all of the coefficients of E . H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 11 / 41

  13. Smith’s endomorphism ASIACRYPT’13 Ingredients for the construction (an overview of the degree 2 case) : √ � E / Q ( ∆): a quadratic Q -curve of degree 2 1 √ 2 E : the elliptic curve “ � E / Q ( ∆) mod p ” with j ( E / F p 2 ) ∈ F p 2 \ F p 3 φ : E → ( p ) E : a degree 2 isogeny to (Galois) conjugate curve 4 π q : ( q ) E → E : the q -power Frobenius isogeny ψ := π p ◦ φ Now define ψ is a (degree 2p) F p 2 -endomorphism of E satisfying ψ 2 = [ ± 2] π p 2 If N is a prime such that N | # E ( F p 2 ) and N 2 ∤ # E ( F p 2 ) then ψ 2 ( P ) ± r ψ ( P ) + 2 p = O for P ∈ E ( F p 2 )[ N ] for some integer r . ψ ( P ) = [ λ ] P for P ∈ E ′ ( F p 2 )[ N ] where λ 2 ≡ ± 2 (mod N ) H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 12 / 41

  14. Smith’s endomorphism ASIACRYPT’13 Ingredients for the construction (an overview of the degree 2 case) : √ � E / Q ( ∆): a quadratic Q -curve of degree 2 1 √ 2 E : the elliptic curve “ � E / Q ( ∆) mod p ” with j ( E / F p 2 ) ∈ F p 2 \ F p 3 φ : E → ( p ) E : a degree 2 isogeny to (Galois) conjugate curve 4 π q : ( q ) E → E : the q -power Frobenius isogeny Pros and pros (see Smith’13): Approximately p isomorphism classes � # E ( F p 2 ) can be a prime � # E ′ ( F p 2 ) can be a prime � Immune to fault attacks exploiting insecure quadratic twists � H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 12 / 41

  15. Writing the Smith’s endomorphism explicitly I √ Hasegawa family of elliptic curves over Q ( ∆): √ √ E W : y 2 = x 3 − 6(5 − 3 s � ∆) x + 8(7 − 9 s ∆) . √− 2 , ˆ � E W / � (4 , 0) � = ( σ � � φ W : E W − → E ) � � �� √ √ x + 29(1 + s ∆) 1 − 29(1 + s ∆) ( x , y ) �− → , y ( x − 4) 2 x − 4 � � � σ � λ 2 x , λ 3 y δ W : E W / � (4 , 0) � − → E W , ( x , y ) �− → � � σ � → δ W (ˆ φ W : E W − → E W , ( x , y ) �− φ W ( x , y )) √ ∆ , √− 2) � φ W is defined over Q ( φ W = [2] if σ ( √− 2) = −√− 2 and [ − 2] if σ ( √− 2) = √− 2. σ � φ W ◦ � H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 13 / 41

  16. Writing the Smith’s endomorphism explicitly I √ Hasegawa family of elliptic curves over Q ( ∆): √ √ E W : y 2 = x 3 − 6(5 − 3 s � ∆) x + 8(7 − 9 s ∆) . √− 2 , ˆ � E W / � (4 , 0) � = ( σ � � φ W : E W − → E ) � � �� √ √ x + 29(1 + s ∆) 1 − 29(1 + s ∆) ( x , y ) �− → , y ( x − 4) 2 x − 4 � � � σ � λ 2 x , λ 3 y δ W : E W / � (4 , 0) � − → E W , ( x , y ) �− → � � σ � → δ W (ˆ φ W : E W − → E W , ( x , y ) �− φ W ( x , y )) √ ∆ , √− 2) � φ W is defined over Q ( φ W = [2] if σ ( √− 2) = −√− 2 and [ − 2] if σ ( √− 2) = √− 2. σ � φ W ◦ � H¨ useyin Hı¸ sıl (CHS2013) Endomorphisms on the x -line October 8, 2014 13 / 41

Recommend


More recommend