<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/Makefile, branch 0.3.0</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/Makefile?h=0.3.0</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/Makefile?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2017-02-17T13:22:57Z</updated>
<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>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>
<entry>
<title>Moved to a more modular generation process</title>
<updated>2017-02-07T03:12:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-07T03:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=06d927c9737589ed76b516c54ee74c8e6e44702b'/>
<id>urn:sha1:06d927c9737589ed76b516c54ee74c8e6e44702b</id>
<content type='text'>
Curves are now generated in a loop through a func. pointer array, built
from cli args.

- Allows complex behavior from simple funcs
- a func can "rewind" previous generation steps, if it can not
succesfuly guarantee that it will generate a curve/param/point with
property requested.
- e.g. curve_nonzero rewinds [b, a, field] (returns -3) if the curve
specified by [field, a, b] has a zero discriminant. This way, [field, a,
b] can be generated/produced/input again and a curve might get
constructed that will be nonzero.
</content>
</entry>
<entry>
<title>Added prime order curve generation.</title>
<updated>2017-02-06T03:20:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-06T03:20:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=96bf13d11b595aabf514c706adcf57aefc660a1f'/>
<id>urn:sha1:96bf13d11b595aabf514c706adcf57aefc660a1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ecgen v0.2: major rewrite</title>
<updated>2017-02-05T02:59:52Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-02-05T02:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=763fc80153c5e9287f1b0f0609b11fb4f50c90ab'/>
<id>urn:sha1:763fc80153c5e9287f1b0f0609b11fb4f50c90ab</id>
<content type='text'>
</content>
</entry>
</feed>
