<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/cm/cm.c, branch feature/cm</title>
<subtitle>Tool for generating Elliptic curve domain parameters</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom/src/cm/cm.c?h=feature%2Fcm</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom/src/cm/cm.c?h=feature%2Fcm'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-04-09T18:48:04Z</updated>
<entry>
<title>Properly handle edge-cases for CM method.</title>
<updated>2018-04-09T18:48:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-09T18:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=376ff06154b6364c5983a3f67244c8f2d822a282'/>
<id>urn:sha1:376ff06154b6364c5983a3f67244c8f2d822a282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add the custom CM method, finally working.</title>
<updated>2018-04-09T16:33:15Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-09T16:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=65ec6b9789294a5bf8319b5eb14d2cb65b1b8fe8'/>
<id>urn:sha1:65ec6b9789294a5bf8319b5eb14d2cb65b1b8fe8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix P1363 poly generation.</title>
<updated>2018-04-07T12:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-07T12:37:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=07430c61d6a2a1895bbcec729ded99cb69ce1866'/>
<id>urn:sha1:07430c61d6a2a1895bbcec729ded99cb69ce1866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use computed precision in p1363.</title>
<updated>2018-04-07T12:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-05T20:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=d9e0c33e375905fcec15f4aea23ac61798415edb'/>
<id>urn:sha1:d9e0c33e375905fcec15f4aea23ac61798415edb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add test for p1363_forms.</title>
<updated>2018-04-07T12:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-04-05T19:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=0e4cfed57e2e23c7854b7a3f85efbc952deabcda'/>
<id>urn:sha1:0e4cfed57e2e23c7854b7a3f85efbc952deabcda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added custom CM generation skeleton.</title>
<updated>2018-04-07T12:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-29T14:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=99e192422d95240adbe806a53caabfa9ddb258c3'/>
<id>urn:sha1:99e192422d95240adbe806a53caabfa9ddb258c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename P1363 form struct.</title>
<updated>2018-04-07T12:38:24Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-23T20:04:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=962e197004b19e0b8e42dc977dc0ec1a85f407c1'/>
<id>urn:sha1:962e197004b19e0b8e42dc977dc0ec1a85f407c1</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 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>
</feed>
