<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pyecsca.git/pyecsca/ec/coordinates.py, branch 0.3.0</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.0</id>
<link rel='self' href='https://git.neuromancer.sk/pyecsca.git/atom/pyecsca/ec/coordinates.py?h=0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/'/>
<updated>2024-01-31T14:57:01Z</updated>
<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>
<entry>
<title>Add filtering of non-homogeneous polynomials</title>
<updated>2023-10-02T15:03:33Z</updated>
<author>
<name>vojtechsu</name>
</author>
<published>2023-10-02T15:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=5002973741806be30ba04a4a976fb96c62130cf9'/>
<id>urn:sha1:5002973741806be30ba04a4a976fb96c62130cf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use EFD tosystem maps for the to_model coordinate conversion.</title>
<updated>2023-09-20T14:56:05Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-09-20T14:55:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=bdc6cc2acf74272546c0b8497d434611cc38b104'/>
<id>urn:sha1:bdc6cc2acf74272546c0b8497d434611cc38b104</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump EFD version and fix formula names.</title>
<updated>2023-09-20T10:55:32Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-09-20T10:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=8ff37cdc9fd366627670ea9271b510fbb7377881'/>
<id>urn:sha1:8ff37cdc9fd366627670ea9271b510fbb7377881</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add references to docs.</title>
<updated>2023-08-28T11:26:15Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2023-08-28T11:26:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/pyecsca.git/commit/?id=06465b2455587dd3d747081258971c3023ac8b3e'/>
<id>urn:sha1:06465b2455587dd3d747081258971c3023ac8b3e</id>
<content type='text'>
</content>
</entry>
</feed>
