<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/invalid, 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-18T00:13:41Z</updated>
<entry>
<title>Change multi-threaded SEA back to general algo</title>
<updated>2017-04-18T00:13:41Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-18T00:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=add4f3a69d33b9e0d2a207a23657dcc554d55f60'/>
<id>urn:sha1:add4f3a69d33b9e0d2a207a23657dcc554d55f60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix multi-threaded SEA</title>
<updated>2017-04-16T18:55:53Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-16T18:55:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=a7f1b10fac1eca9802d29e4366c30556f7bb4f81'/>
<id>urn:sha1:a7f1b10fac1eca9802d29e4366c30556f7bb4f81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change invalid curve generation thread argument passing</title>
<updated>2017-04-16T18:44:59Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-16T18:44:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=e9607b16c696b00a76b518909ab4aa132c8eee6f'/>
<id>urn:sha1:e9607b16c696b00a76b518909ab4aa132c8eee6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unrolls to invalid generation method</title>
<updated>2017-04-11T22:25:05Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-11T22:22:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7e4094a03816f84b39720638fbcd74b601065bac'/>
<id>urn:sha1:7e4094a03816f84b39720638fbcd74b601065bac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added unroll functions, to generalize going back in exhaustive generation</title>
<updated>2017-04-10T21:56:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-10T21:47:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2cf2eec873cb11f2f0767aac41da0f56dbd27cb9'/>
<id>urn:sha1:2cf2eec873cb11f2f0767aac41da0f56dbd27cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix debug macro</title>
<updated>2017-04-10T15:44:23Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-10T15:17:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=29ca3257e86bba3fc559fdc42f1cf1858d921ecf'/>
<id>urn:sha1:29ca3257e86bba3fc559fdc42f1cf1858d921ecf</id>
<content type='text'>
</content>
</entry>
<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>Moved curve output in multi-threaded invalid curve generation to master thread</title>
<updated>2017-04-09T22:19:15Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-09T22:19:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=3598e2d17837e480869e472e224140ad2643c58c'/>
<id>urn:sha1:3598e2d17837e480869e472e224140ad2643c58c</id>
<content type='text'>
 - Fixed mutex and cond destroy
 - Added debug() macro
 - Renamed debug out stream to verbose
</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>
</feed>
