<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/invalid, branch 0.4.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.4.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.4.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-04-07T00:45:32Z</updated>
<entry>
<title>Fix binary field curve generation, move config into config.h</title>
<updated>2017-04-07T00:45:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-07T00:45:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7f4596f2735d6011f7413edd7211b8673ecb4a14'/>
<id>urn:sha1:7f4596f2735d6011f7413edd7211b8673ecb4a14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix ellinit leak, also compile with pari 2.9.2 for ellsea fix</title>
<updated>2017-04-06T14:56:45Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-06T14:26:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d4a152b9daf665db62e3e30ca40f3cf94a1a30af'/>
<id>urn:sha1:d4a152b9daf665db62e3e30ca40f3cf94a1a30af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some leaks, add option to specify PARI stack size</title>
<updated>2017-04-05T14:27:02Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T14:27:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=9718963a643f0ae15120ceea2d26899892ab1ed4'/>
<id>urn:sha1:9718963a643f0ae15120ceea2d26899892ab1ed4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make some stuff static</title>
<updated>2017-04-05T10:09:33Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-05T10:09:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f25a2b7bfed27160173ae62e8552f27e8c59ee58'/>
<id>urn:sha1:f25a2b7bfed27160173ae62e8552f27e8c59ee58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add exhaustive_gen_retry, fix infinite loop, add retry limit to exhaustive gen</title>
<updated>2017-04-04T22:23:33Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-04T22:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f87dd8a285755f9b1d838b3efdfd952fae81ee55'/>
<id>urn:sha1:f87dd8a285755f9b1d838b3efdfd952fae81ee55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed inalid curve generation segfault</title>
<updated>2017-03-09T11:59:52Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-09T11:58:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7eff89c0095da4246a7b9c5a6654dc0d7692325e'/>
<id>urn:sha1:7eff89c0095da4246a7b9c5a6654dc0d7692325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added requested points type option + count option</title>
<updated>2017-03-01T10:33:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-03-01T10:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=fdd2bbaf35270c5ab63bf3c601ab199f2092ab2c'/>
<id>urn:sha1:fdd2bbaf35270c5ab63bf3c601ab199f2092ab2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added option to request uniquely generated curves.</title>
<updated>2017-02-28T19:22:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-28T19:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8c230aa00002b57d47160756a183d65fb895a7b4'/>
<id>urn:sha1:8c230aa00002b57d47160756a183d65fb895a7b4</id>
<content type='text'>
 -u --unique
</content>
</entry>
<entry>
<title>Added irreducibility check, equation_quit, gens_one</title>
<updated>2017-02-28T16:00:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-28T16:00:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2cbd1a82a756f15cfb987713bce6ac02dad64623'/>
<id>urn:sha1:2cbd1a82a756f15cfb987713bce6ac02dad64623</id>
<content type='text'>
 - irreducibility check in field_input for f2m
 - equation_quit frees stuff possibly allocated by a_once and b_once
 - gens_one requests the curve to have only one generator
 - renamed some base generators to _any from _init, as they dont really init anythong, just do no checks
</content>
</entry>
<entry>
<title>Added generators</title>
<updated>2017-02-19T17:58:26Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-19T17:58:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=888ca8052e0eb3acbe33dbf180e3af27341002eb'/>
<id>urn:sha1:888ca8052e0eb3acbe33dbf180e3af27341002eb</id>
<content type='text'>
- Added new type of gen_t, essentially only for generators. Since they
are points with a special property.
- Added order_smallfact generator
- Added generators to csv and json output
</content>
</entry>
</feed>
