<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Maple examples about Elliptic curve on Galois field GF(p^m)</title>
    <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Thu, 11 Jun 2026 18:03:08 GMT</lastBuildDate>
    <pubDate>Thu, 11 Jun 2026 18:03:08 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Maple examples about Elliptic curve on Galois field GF(p^m)</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Maple examples about Elliptic curve on Galois field GF(p^m)</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm</link>
    </image>
    <item>
      <title>The ?GF package will allow you to compute over GF(p^k</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#answer96135</link>
      <itunes:summary>&lt;p&gt;The &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=GF' target='_new'&gt;?GF&lt;/a&gt; package will allow you to compute over GF(p^k):&lt;/p&gt;
&lt;!--break--&gt;
&lt;pre&gt;(**)G16 := GF(2,4);
                                            4
                        G16 := Z[2] [T] / &amp;lt;T  + T + 1&amp;gt;

(**)a := G16:-PrimitiveElement();
                                              3
                                a := 1 + T + T

(**)b := G16:-random();
                                            2
                                  b := T + T

(**)G16:-`+`(a,b);
                                       2    3
                                  1 + T  + T

(**)G16:-`*`(a,b);
                                         2    3
                                1 + T + T  + T
&lt;/pre&gt;</itunes:summary>
      <description>&lt;p&gt;The &lt;a href='http://www.maplesoft.com/support/help/search.aspx?term=GF' target='_new'&gt;?GF&lt;/a&gt; package will allow you to compute over GF(p^k):&lt;/p&gt;
&lt;!--break--&gt;
&lt;pre&gt;(**)G16 := GF(2,4);
                                            4
                        G16 := Z[2] [T] / &amp;lt;T  + T + 1&amp;gt;

(**)a := G16:-PrimitiveElement();
                                              3
                                a := 1 + T + T

(**)b := G16:-random();
                                            2
                                  b := T + T

(**)G16:-`+`(a,b);
                                       2    3
                                  1 + T  + T

(**)G16:-`*`(a,b);
                                         2    3
                                1 + T + T  + T
&lt;/pre&gt;</description>
      <guid>96135</guid>
      <pubDate>Fri, 20 Aug 2010 04:11:32 Z</pubDate>
      <itunes:author>John May</itunes:author>
      <author>John May</author>
    </item>
    <item>
      <title>google?</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#answer96144</link>
      <itunes:summary>&lt;p&gt;Using &lt;a href="http://www.google.de/search?q=%22elliptic+curve%22+Maple"&gt;Google&lt;/a&gt; shows a lot, and especially points to &lt;a href="http://www.math.niu.edu/~rusin/known-math/index/14H52.html"&gt;Rusin's&lt;/a&gt; pages for an overview.&amp;nbsp;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Using &lt;a href="http://www.google.de/search?q=%22elliptic+curve%22+Maple"&gt;Google&lt;/a&gt; shows a lot, and especially points to &lt;a href="http://www.math.niu.edu/~rusin/known-math/index/14H52.html"&gt;Rusin's&lt;/a&gt; pages for an overview.&amp;nbsp;&lt;/p&gt;</description>
      <guid>96144</guid>
      <pubDate>Fri, 20 Aug 2010 22:42:49 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>Re: The GF package will allow you to compute over GF(p^k):</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#comment96156</link>
      <itunes:summary>&lt;p&gt;Thanks a lot, John!&lt;/p&gt;
&lt;p&gt;By the way, do you happen to know how to map a number to a point on elliptic on GF(p^m)? With the package GF you guided, I think I can use GF:-input to map a number to an element in GF(p^m). But I don't know how to map this element to a point on elliptic curve.&lt;/p&gt;
&lt;p&gt;If you know any procedure to do this, please help me.&lt;/p&gt;
&lt;p&gt;Thanks very much in advance,&lt;/p&gt;
&lt;p&gt;Au&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks a lot, John!&lt;/p&gt;
&lt;p&gt;By the way, do you happen to know how to map a number to a point on elliptic on GF(p^m)? With the package GF you guided, I think I can use GF:-input to map a number to an element in GF(p^m). But I don't know how to map this element to a point on elliptic curve.&lt;/p&gt;
&lt;p&gt;If you know any procedure to do this, please help me.&lt;/p&gt;
&lt;p&gt;Thanks very much in advance,&lt;/p&gt;
&lt;p&gt;Au&lt;/p&gt;</description>
      <guid>96156</guid>
      <pubDate>Sat, 21 Aug 2010 09:37:36 Z</pubDate>
      <itunes:author>nhau</itunes:author>
      <author>nhau</author>
    </item>
    <item>
      <title>re: google?</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#comment96279</link>
      <itunes:summary>&lt;p&gt;Thanks Axel!&lt;/p&gt;
&lt;p&gt;I have tried google but most of links I see are related to elliptic on Fp. I haven't seen a link that shows example of using maple to implement elliptic on GF(p^m). Maybe I'm not lucky.&lt;/p&gt;
&lt;p&gt;The scalar multiplication algorithm I'm learning is at&lt;/p&gt;
&lt;p&gt;http://reference.kfupm.edu.sa/content/f/a/fast_elliptic_curve_algorithm_combining__1179570.pdf&lt;/p&gt;
&lt;p&gt;I'm just new with Maple, if you see any link that may help me in this case, please share with me.&lt;/p&gt;
&lt;p&gt;Thank you very much,&lt;/p&gt;
&lt;p&gt;Au&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Thanks Axel!&lt;/p&gt;
&lt;p&gt;I have tried google but most of links I see are related to elliptic on Fp. I haven't seen a link that shows example of using maple to implement elliptic on GF(p^m). Maybe I'm not lucky.&lt;/p&gt;
&lt;p&gt;The scalar multiplication algorithm I'm learning is at&lt;/p&gt;
&lt;p&gt;http://reference.kfupm.edu.sa/content/f/a/fast_elliptic_curve_algorithm_combining__1179570.pdf&lt;/p&gt;
&lt;p&gt;I'm just new with Maple, if you see any link that may help me in this case, please share with me.&lt;/p&gt;
&lt;p&gt;Thank you very much,&lt;/p&gt;
&lt;p&gt;Au&lt;/p&gt;</description>
      <guid>96279</guid>
      <pubDate>Tue, 24 Aug 2010 20:52:11 Z</pubDate>
      <itunes:author>nhau</itunes:author>
      <author>nhau</author>
    </item>
    <item>
      <title>hmm ...</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#comment96293</link>
      <itunes:summary>&lt;p&gt;that sounds a bit lame to me: already the first reply by John May has it and Google's 6 entry shows "&lt;em&gt;Maple Code"&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You have to look into the links and 'study' it a bit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At a second thought: what do you really want and know? Scalar multiplication (this is just multiple addition here, no?) or a fast coding?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PS&lt;/strong&gt;: this is another example for "&lt;span style="text-decoration: underline;"&gt;no updates shown for 'recent contributions', so the thread will die&lt;/span&gt;"&lt;br&gt;I certainly do not want to subscribe to my answers and stumbled over it again just by accident&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;that sounds a bit lame to me: already the first reply by John May has it and Google's 6 entry shows "&lt;em&gt;Maple Code"&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You have to look into the links and 'study' it a bit.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At a second thought: what do you really want and know? Scalar multiplication (this is just multiple addition here, no?) or a fast coding?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PS&lt;/strong&gt;: this is another example for "&lt;span style="text-decoration: underline;"&gt;no updates shown for 'recent contributions', so the thread will die&lt;/span&gt;"&lt;br&gt;I certainly do not want to subscribe to my answers and stumbled over it again just by accident&lt;/p&gt;</description>
      <guid>96293</guid>
      <pubDate>Tue, 24 Aug 2010 23:00:25 Z</pubDate>
      <itunes:author>Axel Vogt</itunes:author>
      <author>Axel Vogt</author>
    </item>
    <item>
      <title>Maple code for elliptic curve calculations over GF(2,m)</title>
      <link>http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm?ref=Feed:MaplePrimes:Maple examples about Elliptic curve on Galois field GF(p^m):Comments#comment96297</link>
      <itunes:summary>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm#comment96279"&gt;@nhau&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;http://maths.dur.ac.uk/Ug/projects/library/PR4/000419461r.pdf&lt;/p&gt;
&lt;p&gt;This pdf file contains maple code for elliptic curve calculations over GF(2,m). They don't use the GF package, but use modp1 polynomial representation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Duncan&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;&lt;a href="http://www.mapleprimes.com/questions/96011-Maple-Examples-About-Elliptic-Curve-On-Galois-Field-GFpm#comment96279"&gt;@nhau&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;http://maths.dur.ac.uk/Ug/projects/library/PR4/000419461r.pdf&lt;/p&gt;
&lt;p&gt;This pdf file contains maple code for elliptic curve calculations over GF(2,m). They don't use the GF package, but use modp1 polynomial representation.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Duncan&lt;/p&gt;</description>
      <guid>96297</guid>
      <pubDate>Wed, 25 Aug 2010 00:04:30 Z</pubDate>
      <itunes:author>DuncanA</itunes:author>
      <author>DuncanA</author>
    </item>
  </channel>
</rss>