<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/gen/order.h, branch 0.7.2</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/gen/order.h?h=0.7.2</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/gen/order.h?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-03-03T01:05:23Z</updated>
<entry>
<title>Use the Koblitz order store to lookup a curve order fast.</title>
<updated>2018-03-03T01:05:23Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T01:05:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=5a283c6e24682f706a5209a3f785980813fb0c3b'/>
<id>urn:sha1:5a283c6e24682f706a5209a3f785980813fb0c3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add direcory names to include guards.</title>
<updated>2018-03-03T00:24:03Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:24:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d53630043dedeef63a1ea8063c537a939d43afda'/>
<id>urn:sha1:d53630043dedeef63a1ea8063c537a939d43afda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite generator and point generation code.</title>
<updated>2018-03-03T00:02:08Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=ac60f78a253efde94cab36264b0555b0691fdd8a'/>
<id>urn:sha1:ac60f78a253efde94cab36264b0555b0691fdd8a</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>Add several check_fs for standard security requirements.</title>
<updated>2017-10-16T22:16:37Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-10-16T22:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=5307f9318a01ed29a11202ad0915efae9dec44d0'/>
<id>urn:sha1:5307f9318a01ed29a11202ad0915efae9dec44d0</id>
<content type='text'>
 - Check for trace one(anomalous) curve, check for multiplicative
   transfer(embedding degree), factors of generator order and
   cm discriminant.
</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>Rename gen_t -&gt; gen_f.</title>
<updated>2017-09-29T15:52:01Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-29T15:52:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=27006e09a7fed0718e576a1d1f5e467143c83654'/>
<id>urn:sha1:27006e09a7fed0718e576a1d1f5e467143c83654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some files into src/misc.</title>
<updated>2017-09-19T10:47:45Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-19T10:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=3e8c233f7aa720608bf6b82744948eb1709e1d84'/>
<id>urn:sha1:3e8c233f7aa720608bf6b82744948eb1709e1d84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add generating of points on non-prime order subgroups of a curve.</title>
<updated>2017-05-31T23:43:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-05-31T23:42:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=63427ed3415b25bd29c5e1fe71ef9883d955bfcf'/>
<id>urn:sha1:63427ed3415b25bd29c5e1fe71ef9883d955bfcf</id>
<content type='text'>
 - Use --points=nonprime
</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>
