<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/cm/cm.c, branch 0.6.2</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/cm/cm.c?h=0.6.2</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/cm/cm.c?h=0.6.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-10-14T11:25:47Z</updated>
<entry>
<title>Make config_t *cfg a global variable.</title>
<updated>2017-10-14T11:25:47Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-14T11:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=80514f24dae8352f39f9a9e49c0d9afbd8edd432'/>
<id>urn:sha1:80514f24dae8352f39f9a9e49c0d9afbd8edd432</id>
<content type='text'>
The config is setup from parsing CLI options and then doesn't
change for the whole duration of running ecgen, so it makes sense
to make it a global variable.
</content>
</entry>
<entry>
<title>Add err output stream, default to stderr.</title>
<updated>2017-08-30T17:59:00Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-08-30T17:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=27241c94ef0a1752128c31a62fcfc89b3ee89b33'/>
<id>urn:sha1:27241c94ef0a1752128c31a62fcfc89b3ee89b33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added generating of points on all subgroups of a curve.</title>
<updated>2017-05-23T17:47:10Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-23T17:47:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ca21d236ea409fa40f4bda693777054add7ef73f'/>
<id>urn:sha1:ca21d236ea409fa40f4bda693777054add7ef73f</id>
<content type='text'>
 - Use --points=all, the number of points can be quite large however,
   it's 2^(num of prime subgroups of the curve).
</content>
</entry>
<entry>
<title>Add debug logging with time, refactor allocation</title>
<updated>2017-05-19T16:00:00Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-19T16:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=132a768b5718cef1ff621380f2dcf21cd0553404'/>
<id>urn:sha1:132a768b5718cef1ff621380f2dcf21cd0553404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Begin CM work</title>
<updated>2017-04-21T19:43:34Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-16T23:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ca9aba651caacfd80ecc35afe929aaaa91bb2da4'/>
<id>urn:sha1:ca9aba651caacfd80ecc35afe929aaaa91bb2da4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed exhaustive curve generation for params with no curve</title>
<updated>2017-04-09T22:39:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-04-09T22:39:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=08bff37e281d9ae1911611693e5cff71b50f8578'/>
<id>urn:sha1:08bff37e281d9ae1911611693e5cff71b50f8578</id>
<content type='text'>
 - Added some debug prints
 - Fixed debug macro
 - Temporarily disabled obj_free in exhaustive_gen until roll_t
   arrives
</content>
</entry>
<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>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>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>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>
</feed>
