<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git, branch feature/drop-csv-support</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=feature%2Fdrop-csv-support</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=feature%2Fdrop-csv-support'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-02-27T15:52:03Z</updated>
<entry>
<title>Remove unnecessary test data files.</title>
<updated>2018-02-27T15:52:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-27T15:52:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=e9d7343868ecca9eb144e2d4c237e6cd1570a327'/>
<id>urn:sha1:e9d7343868ecca9eb144e2d4c237e6cd1570a327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update parson to its current git head: 387c566.</title>
<updated>2018-02-27T15:50:36Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-27T15:50:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=c4d51d207092360d1cbbb8579aafe2df894e4832'/>
<id>urn:sha1:c4d51d207092360d1cbbb8579aafe2df894e4832</id>
<content type='text'>
  https://github.com/kgabis/parson/commit/387c5665f6b20faa535a7f782dcaa49390963366
</content>
</entry>
<entry>
<title>Drop CSV support.</title>
<updated>2018-02-27T15:47:27Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-27T15:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=b86ede073f78121f58cbad9a56f55041191a150b'/>
<id>urn:sha1:b86ede073f78121f58cbad9a56f55041191a150b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory leak in brainpool and brainpool_rfc methods.</title>
<updated>2018-02-03T22:33:27Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T22:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=76b8866222b9abd5f25a795ff719914e852e14ab'/>
<id>urn:sha1:76b8866222b9abd5f25a795ff719914e852e14ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix invalid write in check.c</title>
<updated>2018-02-03T21:08:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T21:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=a8014775f308a0c052babebc01e33979672cc2ee'/>
<id>urn:sha1:a8014775f308a0c052babebc01e33979672cc2ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some memory leaks in threaded invalid generation.</title>
<updated>2018-02-03T20:58:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T20:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=dedb8c3f127a3198c45dd29221f524d1227c207a'/>
<id>urn:sha1:dedb8c3f127a3198c45dd29221f524d1227c207a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix Valgrind warnings about timeout struct allocations.</title>
<updated>2018-02-03T19:09:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-03T19:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ed7e99ebc7c50523e5a2c6f21c8f89028348da71'/>
<id>urn:sha1:ed7e99ebc7c50523e5a2c6f21c8f89028348da71</id>
<content type='text'>
 - Make them dynamically allocated, per thread, not on stack.

 - Also fix a small invalid read of deallocated generator point.
</content>
</entry>
<entry>
<title>Compute twist order, as it is obviously known.</title>
<updated>2018-01-19T22:34:17Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-19T22:34:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=cfdddb2a57ad77f485eb4be1a52efe5ffe19a220'/>
<id>urn:sha1:cfdddb2a57ad77f485eb4be1a52efe5ffe19a220</id>
<content type='text'>
</content>
</entry>
<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>Add some more basic tests for coverage.</title>
<updated>2018-01-18T22:38:40Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-18T21:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=77a4a7c2af7aad72e699018fcda8e4cb52d377e6'/>
<id>urn:sha1:77a4a7c2af7aad72e699018fcda8e4cb52d377e6</id>
<content type='text'>
</content>
</entry>
</feed>
