<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/io, branch 0.3.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/io?h=0.3.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/io?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>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>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>
<entry>
<title>Add some TODOs, fix build</title>
<updated>2017-02-15T17:09:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-15T17:09:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8863bda8116a540134eb6715fc91294c5938d400'/>
<id>urn:sha1:8863bda8116a540134eb6715fc91294c5938d400</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed invalid curve generation and prime order point generation</title>
<updated>2017-02-14T21:57:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-14T21:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2cf95775a1d1a41d49f86cbd2d66290653201367'/>
<id>urn:sha1:2cf95775a1d1a41d49f86cbd2d66290653201367</id>
<content type='text'>
 - Wrong point order was saved (point.c:105)
 - Curve was not copied correctly (curve.c:32)
</content>
</entry>
<entry>
<title>Added point generation:</title>
<updated>2017-02-14T20:20:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-14T20:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=39c6155e0193ff69dcdf765e936487bfcf4f1b17'/>
<id>urn:sha1:39c6155e0193ff69dcdf765e936487bfcf4f1b17</id>
<content type='text'>
 - Prime order points for all prime divisors of curve order (all prime subgroups)
 - Random points
 - Minimal set of generators of the whole group (one or two points)
</content>
</entry>
<entry>
<title>Implemented invalid curve generation</title>
<updated>2017-02-14T02:14:57Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-14T02:14:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=0c5ff628d52678bb44b9c595daf1289833d0e532'/>
<id>urn:sha1:0c5ff628d52678bb44b9c595daf1289833d0e532</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cli: Fix help find&amp;replace error.</title>
<updated>2017-02-13T00:07:26Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-13T00:07:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f571ae0de6d5932cc0034f48c913fdea8cbcefab'/>
<id>urn:sha1:f571ae0de6d5932cc0034f48c913fdea8cbcefab</id>
<content type='text'>
</content>
</entry>
</feed>
