<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyecsca.git/pyecsca/ec/coordinates.py, branch 0.3.2</title>
<subtitle>Python Elliptic Curve Side-Channel Analysis toolkit.</subtitle>
<id>https://git.neuromancer.sk/pyecsca.git/atom/pyecsca/ec/coordinates.py?h=0.3.2</id>
<link rel='self' href='https://git.neuromancer.sk/pyecsca.git/atom/pyecsca/ec/coordinates.py?h=0.3.2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/'/>
<updated>2024-06-03T07:39:40Z</updated>
<entry>
<title>Fix coords doctest.</title>
<updated>2024-06-03T07:39:40Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-06-03T07:39:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=11a10eeca43e2c4117b6c3cb2db2393b8b914e44'/>
<id>urn:sha1:11a10eeca43e2c4117b6c3cb2db2393b8b914e44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Doctests for EC.</title>
<updated>2024-06-01T13:07:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-06-01T13:07:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=3f22cdec33ceff27bfdc6baae456950240936098'/>
<id>urn:sha1:3f22cdec33ceff27bfdc6baae456950240936098</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make imports absolute (to allow doctests).</title>
<updated>2024-06-01T12:15:39Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-06-01T12:15:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=5ddfea8c12b2e76fa7aed8eb146c8c385e2abe60'/>
<id>urn:sha1:5ddfea8c12b2e76fa7aed8eb146c8c385e2abe60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some more missing docs.</title>
<updated>2024-05-21T18:48:14Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-05-21T18:48:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=dda535b3600fc3385df996da47afdecb3b3df0ef'/>
<id>urn:sha1:dda535b3600fc3385df996da47afdecb3b3df0ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix imports.</title>
<updated>2024-01-31T14:57:01Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-01-31T14:57:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=5f0f074e3d8fe8362ebf558c25775961d8af92c2'/>
<id>urn:sha1:5f0f074e3d8fe8362ebf558c25775961d8af92c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issues with pickling and equality checks of EC objects.</title>
<updated>2024-01-25T17:59:49Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2024-01-25T17:59:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=cbfcfb3433dd6030db5a253d291985706bd0dc9a'/>
<id>urn:sha1:cbfcfb3433dd6030db5a253d291985706bd0dc9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate formula expansion.</title>
<updated>2023-12-05T13:06:07Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-12-05T12:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=3860a7ca356e334e4a5c7419e774e49f79408905'/>
<id>urn:sha1:3860a7ca356e334e4a5c7419e774e49f79408905</id>
<content type='text'>
 - Moved into pyecsca.ec.formula subpackage.
 - Unified formula metrics.
 - Moved tests into tests with library_formula fixture.
 - Cleaned up typing.
</content>
</entry>
<entry>
<title>Make multiplier reprs more concise.</title>
<updated>2023-10-16T16:36:56Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-10-16T16:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=1b05664444fdaa785b90055d2a235ec81b4e9b0d'/>
<id>urn:sha1:1b05664444fdaa785b90055d2a235ec81b4e9b0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make stuff picklable.</title>
<updated>2023-10-14T20:18:04Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-10-14T20:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=883e5b00dd6b52264d68da66d8b9268f227a8752'/>
<id>urn:sha1:883e5b00dd6b52264d68da66d8b9268f227a8752</id>
<content type='text'>
Fixes #45.
</content>
</entry>
<entry>
<title>Split to_affine map to factor_set computation, fix mypy.</title>
<updated>2023-10-02T16:06:43Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-10-02T16:06:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=1f243b414e94a1014111808bba9da9d4b5c98bf8'/>
<id>urn:sha1:1f243b414e94a1014111808bba9da9d4b5c98bf8</id>
<content type='text'>
</content>
</entry>
</feed>
