<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/math/poly.c, branch 0.7.4</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.7.4</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.7.4'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-01-19T16:45:24Z</updated>
<entry>
<title>Add a set of Koblitz curves to be searched to speedup order computation.</title>
<updated>2018-01-19T16:45:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-19T16:45:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=cde38f8c4ed443af6d0074e3e5294029246c2774'/>
<id>urn:sha1:cde38f8c4ed443af6d0074e3e5294029246c2774</id>
<content type='text'>
 - There is not a lot of Koblitz curves out there, so they can be
   easily enumerated for the interesting field sizes and their
   orders computed offline.
</content>
</entry>
<entry>
<title>Update copyright year.</title>
<updated>2018-01-01T22:52:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-01T22:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2f60be9eb7535207782bf98de088775f608213a7'/>
<id>urn:sha1:2f60be9eb7535207782bf98de088775f608213a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some more comments and docs, move exhaustive/seed.[ch] into math/</title>
<updated>2017-05-29T13:11:38Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-29T13:11:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ba8c1f2bc424205cbb167b3c65ce184912c6173a'/>
<id>urn:sha1:ba8c1f2bc424205cbb167b3c65ce184912c6173a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added generating of points on all subgroups of a curve.</title>
<updated>2017-05-23T17:47:10Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-23T17:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ca21d236ea409fa40f4bda693777054add7ef73f'/>
<id>urn:sha1:ca21d236ea409fa40f4bda693777054add7ef73f</id>
<content type='text'>
 - Use --points=all, the number of points can be quite large however,
   it's 2^(num of prime subgroups of the curve).
</content>
</entry>
<entry>
<title>Added multi-threading support to invalid curve generation</title>
<updated>2017-04-09T16:19:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-09T16:19:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=1834586a6850f3c93107271a0351accde78981fd'/>
<id>urn:sha1:1834586a6850f3c93107271a0351accde78981fd</id>
<content type='text'>
Invalid curve generation now supports multi-threading via pthreads,
use the --threads= option.

- Changed some function params to const, where possible.
- Added *_new_copy, *_clone and *_new_clone functions to
   curve_t*, point_t* and point_t**
- Made cfg-&gt;bits unsigned long
- Made order_any gcopy the generated order(as it can be a clone and
   screw up stuff later)
</content>
</entry>
<entry>
<title>Make some stuff static</title>
<updated>2017-04-05T10:09:33Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T10:09:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f25a2b7bfed27160173ae62e8552f27e8c59ee58'/>
<id>urn:sha1:f25a2b7bfed27160173ae62e8552f27e8c59ee58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added point generation:</title>
<updated>2017-02-14T20:20:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-14T20:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=39c6155e0193ff69dcdf765e936487bfcf4f1b17'/>
<id>urn:sha1:39c6155e0193ff69dcdf765e936487bfcf4f1b17</id>
<content type='text'>
 - Prime order points for all prime divisors of curve order (all prime subgroups)
 - Random points
 - Minimal set of generators of the whole group (one or two points)
</content>
</entry>
<entry>
<title>Seperated different generation methods into modules.</title>
<updated>2017-02-09T03:07:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-09T03:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=79b29481b1c4d13063dd8b6ee6a1d0d70a54faab'/>
<id>urn:sha1:79b29481b1c4d13063dd8b6ee6a1d0d70a54faab</id>
<content type='text'>
 - Added Koblitz curve generation.
</content>
</entry>
</feed>
