<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/Makefile, branch 0.6.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/Makefile?h=0.6.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/Makefile?h=0.6.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-08-29T13:11:10Z</updated>
<entry>
<title>Add clean target to test/Makefile</title>
<updated>2017-08-29T13:11:10Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-08-29T13:11:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=eec0b7b51b030b0f8b51ac641c1e088d70cdc116'/>
<id>urn:sha1:eec0b7b51b030b0f8b51ac641c1e088d70cdc116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add first working test.</title>
<updated>2017-08-29T12:53:36Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-08-29T12:53:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=3da8316ca3edf81cb17e19551d9499855d52905c'/>
<id>urn:sha1:3da8316ca3edf81cb17e19551d9499855d52905c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Makefiles and CMakelists for tests.</title>
<updated>2017-08-29T12:38:17Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-08-29T12:38:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=61df4c7b7fe27497cd2076e09f40d8c8a6223ed2'/>
<id>urn:sha1:61df4c7b7fe27497cd2076e09f40d8c8a6223ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Makefile.</title>
<updated>2017-07-19T22:22:11Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-19T22:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=54174ad9ba2217c5a6335cb0f37bd3f603cfe3dd'/>
<id>urn:sha1:54174ad9ba2217c5a6335cb0f37bd3f603cfe3dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some Makefile variables.</title>
<updated>2017-07-19T22:10:19Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-19T22:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=44533df2e14370f3206098b161b98ee113c69562'/>
<id>urn:sha1:44533df2e14370f3206098b161b98ee113c69562</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Travis CI coverage testing.</title>
<updated>2017-07-19T21:47:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-19T21:47:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=482d9b64011cac062efdb3938eed8ed0857de98c'/>
<id>urn:sha1:482d9b64011cac062efdb3938eed8ed0857de98c</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>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>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>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>
</feed>
