<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ecgen.git/src/gen/point.c, branch 0.7.2</title>
<subtitle>Tool for generating Elliptic curve domain parameters
</subtitle>
<id>https://git.neuromancer.sk/ecgen.git/atom?h=0.7.2</id>
<link rel='self' href='https://git.neuromancer.sk/ecgen.git/atom?h=0.7.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/'/>
<updated>2018-07-02T15:51:20Z</updated>
<entry>
<title>Fix generating points on subgroup of order 2.</title>
<updated>2018-07-02T15:51:20Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-07-02T15:51:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=f2b30a0bdbc46c3c7651ea0efb657d99a7369447'/>
<id>urn:sha1:f2b30a0bdbc46c3c7651ea0efb657d99a7369447</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>Separate point object functions into obj.</title>
<updated>2018-03-28T15:25:02Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:35:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=97149b9104569f70dc0eec47e2e0df4d8d05022d'/>
<id>urn:sha1:97149b9104569f70dc0eec47e2e0df4d8d05022d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor point generation tests.</title>
<updated>2018-03-03T00:17:16Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2018-03-03T00:17:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=1f0f281a8a0ee8d4114a7f1df6c762f20e935746'/>
<id>urn:sha1:1f0f281a8a0ee8d4114a7f1df6c762f20e935746</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>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>Introduce HAS_ARG(args) macro.</title>
<updated>2017-09-29T16:34:06Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-09-29T16:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=0c2b270e5e5934bb4426bc526e6d50d4e9720909'/>
<id>urn:sha1:0c2b270e5e5934bb4426bc526e6d50d4e9720909</id>
<content type='text'>
</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>Use correct allocation functions. Add try_free.</title>
<updated>2017-08-30T12:22:20Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-08-30T12:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/ecgen.git/commit/?id=bc643ab1903239d039f6b9527cb21029a886561d'/>
<id>urn:sha1:bc643ab1903239d039f6b9527cb21029a886561d</id>
<content type='text'>
</content>
</entry>
</feed>
