<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/cm, branch 0.5.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.5.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.5.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-04-09T22:39:07Z</updated>
<entry>
<title>Fixed exhaustive curve generation for params with no curve</title>
<updated>2017-04-09T22:39:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-09T22:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=08bff37e281d9ae1911611693e5cff71b50f8578'/>
<id>urn:sha1:08bff37e281d9ae1911611693e5cff71b50f8578</id>
<content type='text'>
 - Added some debug prints
 - Fixed debug macro
 - Temporarily disabled obj_free in exhaustive_gen until roll_t
   arrives
</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>Fix binary field curve generation, move config into config.h</title>
<updated>2017-04-07T00:45:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-07T00:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7f4596f2735d6011f7413edd7211b8673ecb4a14'/>
<id>urn:sha1:7f4596f2735d6011f7413edd7211b8673ecb4a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ecgen v0.3: some cleanup and version bump</title>
<updated>2017-02-19T21:05:28Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-19T20:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=372ea19289328b555a4587363347c34cc5f779c6'/>
<id>urn:sha1:372ea19289328b555a4587363347c34cc5f779c6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimized invalid curve generation, added optional args to gen_t</title>
<updated>2017-02-16T20:31:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-16T20:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2'/>
<id>urn:sha1:7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2</id>
<content type='text'>
- Optimized invalid curve generation
   - Invalid curve generation for secp256r1 now takes around 90minutes
     instead of 5hours as before
- Optimized prime point generation(if only some small prime order
   points are needed -&gt; points_primet)
- Added a_once and b_once that prompt for parameter input and then set
   the input parameter repeatedly
- Added optional args to gen_t functions
- Integer input now ignores whitespace and doesnt errorneously prompt
   stdout when reading from file
- Specified C standard(C11) + feature macros in code.
</content>
</entry>
<entry>
<title>Added some docs + Doxyfile</title>
<updated>2017-02-15T20:52:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T20:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=5d9d12811441930169b0517318dcf21c51b72e2d'/>
<id>urn:sha1:5d9d12811441930169b0517318dcf21c51b72e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some TODOs, fix build</title>
<updated>2017-02-15T17:09:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T17:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8863bda8116a540134eb6715fc91294c5938d400'/>
<id>urn:sha1:8863bda8116a540134eb6715fc91294c5938d400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly split into submodules</title>
<updated>2017-02-10T00:24:48Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-10T00:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d'/>
<id>urn:sha1:de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d</id>
<content type='text'>
</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>
