<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/test/src, 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-03T19:09:25Z</updated>
<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 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>
<entry>
<title>Only do a short test on Travis.</title>
<updated>2017-12-18T00:21:46Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-18T00:17:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=9e1ddad3937bc7b5ae6ead5beb4dc0cf666b037e'/>
<id>urn:sha1:9e1ddad3937bc7b5ae6ead5beb4dc0cf666b037e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make Travis wait for the slow unittests.</title>
<updated>2017-12-17T22:31:57Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-17T22:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=42792045dc5b2110398dbfe14cff221851f0f958'/>
<id>urn:sha1:42792045dc5b2110398dbfe14cff221851f0f958</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not skip Brainpool RFC tests.</title>
<updated>2017-12-17T22:10:33Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-12-17T22:10:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=12796045954eedf816432a8fbfb1f5d818efc49b'/>
<id>urn:sha1:12796045954eedf816432a8fbfb1f5d818efc49b</id>
<content type='text'>
</content>
</entry>
</feed>
