<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/test, 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>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 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>
<entry>
<title>Add curve twists to CLI and update options in README.</title>
<updated>2018-01-18T17:40:06Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-18T17:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=cf074191532caef918fb9f502b37697094da317a'/>
<id>urn:sha1:cf074191532caef918fb9f502b37697094da317a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add utilities to create random curve twists.</title>
<updated>2018-01-18T16:00:41Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-18T16:00:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f940f80a2cb69ffcd1f0d608cbb1b0f06e0854d6'/>
<id>urn:sha1:f940f80a2cb69ffcd1f0d608cbb1b0f06e0854d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix binary curve generation.</title>
<updated>2018-01-18T15:59:05Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-18T15:59:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8033902b02a82ce2521d4d029b6927e190866c95'/>
<id>urn:sha1:8033902b02a82ce2521d4d029b6927e190866c95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix running out of stack in embedding degree computation.</title>
<updated>2017-12-19T23:05:27Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-19T23:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=baaa38bdee383968b921c558006619cbc6bedad6'/>
<id>urn:sha1:baaa38bdee383968b921c558006619cbc6bedad6</id>
<content type='text'>
 - It is a simple Fp_order computation, why the dumb algo? :D
</content>
</entry>
</feed>
