<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/Makefile, 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-11T22:25:05Z</updated>
<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>Add basic tests</title>
<updated>2017-04-10T22:52:41Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-10T22:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7023180eff5457d23556833e52a3b40c1ec94cc4'/>
<id>urn:sha1:7023180eff5457d23556833e52a3b40c1ec94cc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Makefile (DEBUG)</title>
<updated>2017-04-10T10:48:26Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-10T10:48:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=390fee30fa705c2618be20ae1b64f245c253bb5a'/>
<id>urn:sha1:390fee30fa705c2618be20ae1b64f245c253bb5a</id>
<content type='text'>
</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 ellinit leak, also compile with pari 2.9.2 for ellsea fix</title>
<updated>2017-04-06T14:56:45Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-06T14:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d4a152b9daf665db62e3e30ca40f3cf94a1a30af'/>
<id>urn:sha1:d4a152b9daf665db62e3e30ca40f3cf94a1a30af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update README and Makefile</title>
<updated>2017-04-05T19:07:44Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T19:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=6ef98279d0a9b9dfebbe2620e50da9cbea0cbd56'/>
<id>urn:sha1:6ef98279d0a9b9dfebbe2620e50da9cbea0cbd56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up Makefiles</title>
<updated>2017-04-05T11:11:01Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T10:52:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=9ad9770e8f16d654cfef2fffa2776a186f7c4b3b'/>
<id>urn:sha1:9ad9770e8f16d654cfef2fffa2776a186f7c4b3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed GP compilation, added econvert target</title>
<updated>2017-04-05T10:46:14Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T10:46:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2bcb800524eff712bf9c0789be90a5798e322b6d'/>
<id>urn:sha1:2bcb800524eff712bf9c0789be90a5798e322b6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added sha1 implementation for ANSI X9.62 verifiably random algo.</title>
<updated>2017-03-16T01:30:14Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-16T01:30:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=bf0c62c191bf1a557623963bf7b2d31a093d7bc9'/>
<id>urn:sha1:bf0c62c191bf1a557623963bf7b2d31a093d7bc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed leak in io/output.c</title>
<updated>2017-02-28T16:58:55Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-28T16:58:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=a6d27df32cba91c90c7f936b148ab13c02b745ac'/>
<id>urn:sha1:a6d27df32cba91c90c7f936b148ab13c02b745ac</id>
<content type='text'>
</content>
</entry>
</feed>
