<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/gen/equation.c, branch 0.7.2</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/gen/equation.c?h=0.7.2</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/gen/equation.c?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-04-05T21:19:28Z</updated>
<entry>
<title>More bits tests.</title>
<updated>2018-04-05T21:19:28Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-05T21:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=0eaa0d614b081b1a2b87dfefe64f8d1723acf6ad'/>
<id>urn:sha1:0eaa0d614b081b1a2b87dfefe64f8d1723acf6ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix infinite loop when encountering EOF/error in input file read.</title>
<updated>2018-03-24T23:49:13Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-24T23:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f7d64a5b2f6a0ec597e0ee0ad2af1b759833d0dd'/>
<id>urn:sha1:f7d64a5b2f6a0ec597e0ee0ad2af1b759833d0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year.</title>
<updated>2018-01-01T22:52:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-01-01T22:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=2f60be9eb7535207782bf98de088775f608213a7'/>
<id>urn:sha1:2f60be9eb7535207782bf98de088775f608213a7</id>
<content type='text'>
</content>
</entry>
<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 "offset_e state" param to gen_f and check_f.</title>
<updated>2017-09-30T18:45:33Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-30T18:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=8720b2359cb2f74e5b25beee712faa8001b2e73c'/>
<id>urn:sha1:8720b2359cb2f74e5b25beee712faa8001b2e73c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run clang-format.</title>
<updated>2017-09-19T11:17:22Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-19T11:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=bbcff0f1875f3ac1db7964b228db34350fb84833'/>
<id>urn:sha1:bbcff0f1875f3ac1db7964b228db34350fb84833</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/ansi.[ch].</title>
<updated>2017-09-17T18:50:22Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-17T18:50:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=4c66a6ce7bb18fcd24713b56e617dd769fc05266'/>
<id>urn:sha1:4c66a6ce7bb18fcd24713b56e617dd769fc05266</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add proper support for Koblitz curves generation.</title>
<updated>2017-07-19T23:06:50Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-19T23:06:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=84c8a246ffb870bce8bafc5ba03116b82c5ebfb7'/>
<id>urn:sha1:84c8a246ffb870bce8bafc5ba03116b82c5ebfb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed a bunch of generators.</title>
<updated>2017-05-31T23:46:25Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-31T23:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=261e0ce6530387db48a07c3f8925dd67e63c28bf'/>
<id>urn:sha1:261e0ce6530387db48a07c3f8925dd67e63c28bf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move stuff related to generators to src/gen.</title>
<updated>2017-05-31T21:07:35Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-31T21:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=637702cb14fe7133f3cffe58eaaca4186d67fc43'/>
<id>urn:sha1:637702cb14fe7133f3cffe58eaaca4186d67fc43</id>
<content type='text'>
</content>
</entry>
</feed>
