motivation
play

Motivation Given an elliptic curve E over a finite field F q . Is the - PowerPoint PPT Presentation

Counting points on elliptic curves over F q Christiane Peters DIAMANT-Summer School on Elliptic and Hyperelliptic Curve Cryptography September 17, 2008 Motivation Given an elliptic curve E over a finite field F q . Is the Discrete Logarithm


  1. Counting points on elliptic curves over F q Christiane Peters DIAMANT-Summer School on Elliptic and Hyperelliptic Curve Cryptography September 17, 2008

  2. Motivation Given an elliptic curve E over a finite field F q . Is the Discrete Logarithm Problem hard on E ? One criterion for hardness: Group order # E ( F q ) divisible by a large prime factor. –p.2

  3. Short introductory notes Schoof (1983): first polynomial-time algorithm for point counting. late 80s/early 90s: Elkies and Atkin come up with speed-ups; leads to SEA (Schoof-Elkies-Atkin) algorithm. mid-90s: lots of speed-ups, characteristic-2 algorithms note: basic Schoof algorithm also applicable for hyperelliptic curves; see Eric Schost’s talk next week at ECC –p.3

  4. 1. Introduction 2. Schoof’s algorithm 3. Computing in the torsion group 4. Improvements by Elkies –p.4

  5. Elliptic curves over F q Let q = p r for a prime p ≥ 5 . Given A, B ∈ F q with 4 A 3 + 27 B 2 � = 0 . The zero set of Y 2 = X 3 + AX + B with the point P ∞ at infinity forms an elliptic curve. –p.5

  6. Multiplication map Let m ∈ Z . If m > 0 : [ m ]( P ) = P + · · · + P , � �� � m times If m < 0 : [ m ] ( P ) = [ − m ]( − P ) . [0] : E → E , [0]( P ) = P ∞ is the constant map and [1] the identity. The m -torsion group contains all points of order divisible by m : E [ m ] = { P ∈ E : [ m ]( P ) = P ∞ } . –p.6

  7. Frobenius Endomorphism The map ( x, y ) �→ ( x q , y q ) π : E → E, is called Frobenius endomorphism. We call a point ( x, y ) on E F q -rational if and only if π ( x, y ) = ( x, y ) . We denote the rational points of E by E ( F q ) . In particular E ( F q ) = ker([1] − π ) . –p.7

  8. The number of rational points Denote the number of rational points of E by # E ( F q ) . Trivial bound # E ( F q ) ≤ 2 q + 1 : check for all x ∈ F q whether x 3 + Ax + B is a square in F q . Recall Legendre symbol:  − 1 if a is a non-square in F q , � a �  = 0 if a = 0 in F q , q  1 if a is a square in F q . We get � � x 3 + Ax + B �� � # E ( F q ) = 1 + 1 + . q x ∈ F q –p.8

  9. Hasse’s bound The Frobenius endomorphism satisfies the following characteristic equation over Z . π 2 − t π + q = 0 . The integer t is called the trace of the Frobenius endomorphism. It satisfies # E ( F q ) = 1 + q − t. | t | ≤ 2 √ q. –p.9

  10. 1. Introduction 2. Schoof’s algorithm 3. Computing in the torsion group 4. Improvements by Elkies –p.10

  11. The idea # E ( F q ) = q + 1 − t with | t | ≤ 2 √ q . Hasse: Let L be minimimal among all primes which satisfy ℓ > 4 √ q. � ℓ prime 2 ≤ ℓ ≤ L Then the Chinese Remainder Theorem gives a unique t satisfying ℓ ∈ [ − 2 √ q, 2 √ q ] . � t mod Prime number theorem: Need only O (log q ) primes ℓ . –p.11

  12. Determine t mod ℓ The restriction of the Frobenius endomorphism π to E [ ℓ ] satisfies π 2 − t ′ π + q ′ = 0 where t ′ = t mod ℓ and q ′ = q mod ℓ are uniquely determined. Let P ∈ E [ ℓ ] . 1. Compute R = π ( P ) and Q = π 2 ( P ) + [ q ′ ] P in E [ ℓ ] . 2. Check which t ′ ∈ { 0 , 1 , . . . , ℓ − 1 } satisfies Q = [ t ′ ] R. –p.12

  13. 1. Introduction 2. Schoof’s algorithm 3. Computing in the torsion group 4. Improvements by Elkies –p.13

  14. Division polynomials Torsion group E [ m ] = { P ∈ E : [ m ]( P ) = P ∞ } . If gcd( q, m ) = 1 we have E [ m ] ∼ = ( Z /m Z ) × ( Z /m Z ) . Let m ≥ 1 . The ℓ th division polynomial ψ ℓ ∈ F q [ X, Y ] vanishes in all ℓ -torsion points, i.e., for P = ( x, y ) in E (¯ F q ) , P �∈ E [2] ℓ P = P ∞ ⇔ ψ ℓ ( x, y ) = 0 . –p.14

  15. Recursion for ψ m ( X, Y ) Given E : Y 2 = X 3 + AX + B over F q . ψ 1 = 1 , ψ 2 = 2 Y, 3 X 4 + 6 A X 2 + 12 B X − A 2 , ψ 3 = 4 Y ( X 6 + 5 A X 4 + 20 B X 3 − 5 A 2 X 2 − 4 AB X − 8 B 2 − A 3 ) ψ 4 = and ψ m +2 ψ 3 m − ψ 3 ψ 2 m +1 = m +1 ψ m − 1 if m ≥ 2 , ψ m ( ψ m +2 ψ 2 m − 1 − ψ m − 2 ψ 2 2 Y ψ 2 m = m +1 ) if m ≥ 3 . Let gcd( m, q ) = 1 . For odd m we have ψ m ∈ F q [ X ] with deg X ( ψ m ) = ( m 2 − 1) / 2 . For even m we have ψ m ∈ Y F q [ X ] with deg X ( ψ m ) = ( m 2 − 4) / 2 . (replace all powers of Y by the curve equation.) –p.15

  16. Multiplication map revisited Theorem For m ≥ 3 � � , ψ m +2 ψ 2 m − 1 − ψ m − 2 ψ 2 x − ψ m − 1 ψ m +1 m +1 [ m ]( x, y ) = . ψ 2 4 y ψ 3 m m Note: this shows that [ m ] is a rational map. –p.16

  17. Compute in a polynomial ring Check equality π 2 ( P ) + [ q ]( P ) = [ t ]( P ) in E [ ℓ ] by looking at the polynomials corresponding to the x -coordinates of the point on the left and right side, resp. We compute the trace t modulo ℓ in the ring R ℓ = F q [ X, Y ] / ( Y 2 − X 3 − AX − B, ψ ℓ ( X )) If we want to check if p 1 ( X ) = p 2 ( X ) in R ℓ for two polynomials p 1 ( X ) , p 2 ( X ) we check whether gcd( p 1 − p 2 , ψ ℓ ) � = 1 . Exercise Given a point ( x, y ) on a curve in Weierstrass form. You can write y q as h ( x ) y in R ℓ . Determine h ( x ) ∈ F q [ x ] . –p.17

  18. Example Consider the curve E : Y 2 = X 3 + 31 X − 12 in F q with q = 97 . Determine the trace of π modulo ℓ = 5 . The 5 th division polynomial ψ 5 is given by 5 x 12 − 18 x 10 − x 9 − 25 x 8 − 40 x 7 − 39 x 6 + 7 x 5 + 3 x 4 − 14 x 3 + 26 x 2 + 40 x + 47 Given a point P = ( x, y ) in E [5] we work in R 5 = F 97 [ x, y ] / ( y 2 − x 3 − 31 x + 12 , ψ 5 ( x )) . –p.18

  19. Computing in R 5 π ( x, y ) = [47 x 11 + 11 x 10 − 16 x 9 + 8 x 8 + 44 x 7 + 8 x 6 + 10 x 5 + 12 x 4 − 40 x 3 + 42 x 2 + 11 x + 26 , (6 x 11 + 45 x 10 + 34 x 9 + 28 x 8 − 11 x 7 + 3 x 6 − 3 x 5 + 2 x 4 − 39 x 3 − 48 x 2 − x − 9) y ] . π 2 ( x, y ) = [ − 17 x 11 + 2 x 10 − 25 x 9 − x 8 + 28 x 7 + 31 x 6 + 25 x 5 − 32 x 4 + 45 x 3 + 26 x 2 + 36 x + 34 , (34 x 11 + 35 x 10 − 8 x 9 − 11 x 8 − 48 x 7 + 34 x 6 − 8 x 5 − 37 x 4 − 21 x 3 + 40 x 2 + 11 x + 48) y ] . [ q mod 5]( x, y ) = [2]( x, y ) = [22 x 11 + 17 x 10 + 18 x 9 + 40 x 8 + 41 x 7 − 13 x 6 + 30 x 5 + 11 x 4 − 38 x 3 + 7 x 2 + 20 x + 17 , ( − 11 x 10 − 17 x 9 − 48 x 8 − 12 x 7 + 17 x 6 + 44 x 5 − 10 x 4 + 8 x 3 + 38 x 2 + 25 x + 24) y ] –p.19

  20. Find t such that π 2 ( x, y ) + [2]( x, y ) = [ t ] π ( x, y ) π 2 ( x, y ) + [2] P = [ − 14 x 14 + 15 x 13 − 20 x 12 − 43 x 11 − 10 x 10 − 27 x 9 + 5 x 7 + 11 x 6 + 45 x 5 − 17 x 4 + 30 x 3 − 2 x 2 + 35 x − 46 , ( − 11 x 14 − 35 x 13 − 26 x 12 − 21 x 11 + 25 x 10 + 23 x 9 + 4 x 8 − 24 x 7 + 9 x 6 + 43 x 5 − 47 x 4 + 26 x 3 + 19 x 2 − 40 x − 32) y ] . For t = 1 the point [ t ] π ( x, y ) = π ( x, y ) has a non-trivial gcd with π 2 ( x, y ) + [2]( x, y ) in both its x - and y -coordinate. Thus, t ≡ 1 mod 5 . In fact, t = − 14 and therefore # E ( F 97 ) = 97 + 1 − ( − 14) = 112 = 2 4 · 7 . –p.20

  21. Complexity - very rough operation count Each prime ℓ is about O (log q ) . Fix ℓ . Elements of R ℓ = F q [ X, Y ] / ( Y 2 − X 3 − AX − B, ψ ℓ )( X ) have size O ( ℓ 2 log q ) = O (log 3 q ) , since deg ψ ℓ = ( ℓ 2 − 1) / 2 . Computing the Frobenius endomorphism in R ℓ takes O (log 7 q ) bit operations. Prime number theorem: need O (log q ) primes ℓ . Total cost: O (log 8 q ) . –p.21

  22. Summary Schoof’s algorithm Determine the trace t of the Frobenius endomorphism π modulo small primes ℓ , in order to compute # E ( F q ) = q + 1 − t . Compute t mod ℓ in R ℓ = F q [ X, Y ] / ( Y 2 − X 3 − AX − B, ψ ℓ ( X )) whose size is determined by the degree of ψ ℓ which is ( ℓ 2 − 1) / 2) . Improvement: Try to determine the trace modulo ℓ in a subgroup of E [ ℓ ] and therefore determine a linear factor of the ℓ th division polynomial ψ ℓ . –p.22

  23. 1. Introduction 2. Schoof’s algorithm 3. Computing in the torsion group 4. Improvements by Elkies –p.23

  24. Characteristic polynomial revisited The Frobenius endomorphism π is a linear operator on the vector space E [ ℓ ] ∼ = F 2 ℓ . Its characteristic polynomial splits over ¯ F ℓ T 2 − tT + q = ( T − λ 1 )( T − λ 2 ) . If λ 1 , λ 2 ∈ F ℓ , we found two eigenvalues of π . We call ℓ an Elkies prime. Then there exist two points P 1 , P 2 ∈ E [ ℓ ] such that π ( P 1 ) = [ λ 1 ] P 1 and π ( P 2 ) = [ λ 2 ] P 2 . The points P 1 , P 2 generate each a π -invariant subgroup of order ℓ of E [ ℓ ] . –p.24

  25. Compute the trace of the Frobenius in a subgroup of E [ ℓ ] Characteristic equation T 2 − tT + q = ( T − λ 1 )( T − λ 2 ) . For λ 1 , λ 2 ∈ F ℓ we get q = λ 1 · λ 2 and thus t = λ 1 + λ 2 = λ 1 + q/λ 1 . Determining t in a subgroup means finding an eigenvalue of the Frobenius in F ℓ . New ’check equation’. Find λ ∈ { 0 , 1 , . . . , ℓ − 1 } such that π ( P ) = [ λ ]( P ) for a non-trivial point of a subgroup of E [ ℓ ] . –p.25

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend