<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/test/src, branch 0.6.5</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.6.5</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.6.5'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-03-03T00:17:16Z</updated>
<entry>
<title>Refactor point generation tests.</title>
<updated>2018-03-03T00:17:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=1f0f281a8a0ee8d4114a7f1df6c762f20e935746'/>
<id>urn:sha1:1f0f281a8a0ee8d4114a7f1df6c762f20e935746</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite generator and point generation code.</title>
<updated>2018-03-03T00:02:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ac60f78a253efde94cab36264b0555b0691fdd8a'/>
<id>urn:sha1:ac60f78a253efde94cab36264b0555b0691fdd8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests for Koblitz order store.</title>
<updated>2018-02-27T19:48:21Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-02-27T19:48:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=40cbb213ac910ddcaf22a26a247d2a9eeddca1fc'/>
<id>urn:sha1:40cbb213ac910ddcaf22a26a247d2a9eeddca1fc</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 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>
