<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct, branch v0.18.3.3</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2024-03-12T01:28:01Z</updated>
<entry>
<title>ringct: fix trunc_amount field name change</title>
<updated>2024-03-12T01:28:01Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2024-03-12T01:21:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=31a7f12d55303b6545d33f620a58d602f5416fa8'/>
<id>urn:sha1:31a7f12d55303b6545d33f620a58d602f5416fa8</id>
<content type='text'>
Caused in commit 05231400cebfeedbbc0a5386f38a033bba6314b3, PR #9035.
</content>
</entry>
<entry>
<title>Zero initialize rctSigBase elements</title>
<updated>2024-02-06T18:23:10Z</updated>
<author>
<name>Lee *!* Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2024-02-06T17:47:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=052df1b28ca89b912258ac573516dad5325344e8'/>
<id>urn:sha1:052df1b28ca89b912258ac573516dad5325344e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: make `rctSigBase` serialization follow strict aliasing rule</title>
<updated>2023-10-24T18:00:45Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-10-23T21:28:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eae62a07e075acdd8555420f3f961a82eff0a342'/>
<id>urn:sha1:eae62a07e075acdd8555420f3f961a82eff0a342</id>
<content type='text'>
Accessing an object of type `char` thru an lvalue of type `crypto::hash8` is undefined behavior.
https://developers.redhat.com/blog/2020/06/03/the-joys-and-perils-of-aliasing-in-c-and-c-part-2
</content>
</entry>
<entry>
<title>verRctNonSemanticsSimpleCached: fix fragility</title>
<updated>2023-03-17T23:46:34Z</updated>
<author>
<name>Jeffrey Ryan</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-01-14T02:53:25Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c59e0096b671528036563c1c30f31763a615aa75'/>
<id>urn:sha1:c59e0096b671528036563c1c30f31763a615aa75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cache successful `verRctNonSemanticsSimple` calls</title>
<updated>2022-12-20T21:19:00Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-12-11T19:30:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=29208a33cb6a1bb20d90a390eef4629a46aec886'/>
<id>urn:sha1:29208a33cb6a1bb20d90a390eef4629a46aec886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Second thread pool for IO</title>
<updated>2022-09-20T08:22:12Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2022-06-14T19:23:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6adf03cdc516a9236aac6dbd6f289750761b8d24'/>
<id>urn:sha1:6adf03cdc516a9236aac6dbd6f289750761b8d24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multisig: fix critical vulnerabilities in signing</title>
<updated>2022-06-30T17:56:40Z</updated>
<author>
<name>anon</name>
<email>anon [at] nowhere</email>
</author>
<published>2021-12-06T10:25:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c7b2944f8960c208ceddeb3075a673630ae000cd'/>
<id>urn:sha1:c7b2944f8960c208ceddeb3075a673630ae000cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet2: speedup large tx construction: no pointless clsag generation</title>
<updated>2022-05-13T17:43:21Z</updated>
<author>
<name>Crypto City</name>
<email>cryptocity@example.com</email>
</author>
<published>2021-11-05T18:10:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=353cd5355e4935ccff8e9e6c83385f81d3ce67e8'/>
<id>urn:sha1:353cd5355e4935ccff8e9e6c83385f81d3ce67e8</id>
<content type='text'>
4.1 seconds -&gt; 3.3 seconds on a test case
</content>
</entry>
<entry>
<title>Merge pull request #8302</title>
<updated>2022-05-10T21:56:39Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-05-10T21:56:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d58ea37a8da097111edcf68a34246a90472e62c3'/>
<id>urn:sha1:d58ea37a8da097111edcf68a34246a90472e62c3</id>
<content type='text'>
41da2fe Update copyright to 2022 for Hardfork files (Akrit)
</content>
</entry>
<entry>
<title>Merge pull request #8293</title>
<updated>2022-05-10T21:51:59Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-05-10T21:51:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fbd1f1e476de88f391994a27a7dcca05adba4e7d'/>
<id>urn:sha1:fbd1f1e476de88f391994a27a7dcca05adba4e7d</id>
<content type='text'>
4f08bcd refactor(bp+): save one inversion, use sc_muladd (Dusan Klinec)
</content>
</entry>
</feed>
