<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src, branch 0.3.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src?h=0.3.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-02-19T21:05:28Z</updated>
<entry>
<title>ecgen v0.3: some cleanup and version bump</title>
<updated>2017-02-19T21:05:28Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-19T20:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=372ea19289328b555a4587363347c34cc5f779c6'/>
<id>urn:sha1:372ea19289328b555a4587363347c34cc5f779c6</id>
<content type='text'>
</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>
<entry>
<title>Always read a whole pari_ulong from dev/urandom</title>
<updated>2017-02-19T01:26:53Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-19T01:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=c1be6dbea0f6e2b8d9cb8c422bc2e1cfb41524da'/>
<id>urn:sha1:c1be6dbea0f6e2b8d9cb8c422bc2e1cfb41524da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix libpari-dev version in travis</title>
<updated>2017-02-17T13:22:57Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-17T12:47:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=b1b05887323d16dc45738cf0c1d76f4dcc540bd5'/>
<id>urn:sha1:b1b05887323d16dc45738cf0c1d76f4dcc540bd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make travis use right CC</title>
<updated>2017-02-17T12:14:44Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-17T12:14:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=6bd4b524577ff7024dba150bd4f4d3b5d12f5fd6'/>
<id>urn:sha1:6bd4b524577ff7024dba150bd4f4d3b5d12f5fd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed makefile for travis</title>
<updated>2017-02-17T11:52:30Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-17T11:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671'/>
<id>urn:sha1:8fb78e19a4ecbb2f44a4b3f389ed3d8b02bfc671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimized invalid curve generation, added optional args to gen_t</title>
<updated>2017-02-16T20:31:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-16T20:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2'/>
<id>urn:sha1:7ae0d913d7bbfb286aaa9a5c9984e9bd7eb81df2</id>
<content type='text'>
- Optimized invalid curve generation
   - Invalid curve generation for secp256r1 now takes around 90minutes
     instead of 5hours as before
- Optimized prime point generation(if only some small prime order
   points are needed -&gt; points_primet)
- Added a_once and b_once that prompt for parameter input and then set
   the input parameter repeatedly
- Added optional args to gen_t functions
- Integer input now ignores whitespace and doesnt errorneously prompt
   stdout when reading from file
- Specified C standard(C11) + feature macros in code.
</content>
</entry>
<entry>
<title>Added some docs + Doxyfile</title>
<updated>2017-02-15T20:52:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T20:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=5d9d12811441930169b0517318dcf21c51b72e2d'/>
<id>urn:sha1:5d9d12811441930169b0517318dcf21c51b72e2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed old/unused gp files.</title>
<updated>2017-02-15T19:44:20Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T19:44:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=4190b8e35a781a08f1749448f51cb4ea798f5588'/>
<id>urn:sha1:4190b8e35a781a08f1749448f51cb4ea798f5588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented json output, also output format option (-t/--format)</title>
<updated>2017-02-15T19:22:36Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T19:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=69bfdc6a4584a22dac7525f38c8ac013f05417b6'/>
<id>urn:sha1:69bfdc6a4584a22dac7525f38c8ac013f05417b6</id>
<content type='text'>
</content>
</entry>
</feed>
