<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/invalid, branch 0.3.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/invalid?h=0.3.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/invalid?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-02-19T17:58:26Z</updated>
<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>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>Properly split into submodules</title>
<updated>2017-02-10T00:24:48Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-10T00:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d'/>
<id>urn:sha1:de90c5cd76bcd45c82f34d1f3d60b529b7d5a86d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seperated different generation methods into modules.</title>
<updated>2017-02-09T03:07:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-09T03:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=79b29481b1c4d13063dd8b6ee6a1d0d70a54faab'/>
<id>urn:sha1:79b29481b1c4d13063dd8b6ee6a1d0d70a54faab</id>
<content type='text'>
 - Added Koblitz curve generation.
</content>
</entry>
</feed>
