<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests/multisig.cpp, branch v0.18.1.0</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.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-07-13T17:40:34Z</updated>
<entry>
<title>derive multisig tx secret keys from an entropy source plus the tx inputs' key images</title>
<updated>2022-07-13T17:40:34Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-04-30T21:54:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=edcc094558779a25811f2736beca97d78a26bff5'/>
<id>urn:sha1:edcc094558779a25811f2736beca97d78a26bff5</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>Merge pull request #8277</title>
<updated>2022-05-10T21:49:13Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-05-10T21:49:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=436ca13722f00bb0ed3c3160396952471e4c4ab4'/>
<id>urn:sha1:436ca13722f00bb0ed3c3160396952471e4c4ab4</id>
<content type='text'>
baee2c0 Preserve commitment format inside transactions (kayabaNerve)
</content>
</entry>
<entry>
<title>Merge pull request #8220</title>
<updated>2022-05-10T21:41:02Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-05-10T21:41:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c1625a89287498eed36ad360217509eaaaf0b02e'/>
<id>urn:sha1:c1625a89287498eed36ad360217509eaaaf0b02e</id>
<content type='text'>
0d6ecb1 multisig: add post-kex verification round to check that all participants have completed the multisig address (koe)
</content>
</entry>
<entry>
<title>multisig: add post-kex verification round to check that all participants have completed the multisig address</title>
<updated>2022-04-29T19:04:59Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-04-29T19:04:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0d6ecb113651ac99abd25a04fe4ddb9ac0a73c3e'/>
<id>urn:sha1:0d6ecb113651ac99abd25a04fe4ddb9ac0a73c3e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preserve commitment format inside transactions</title>
<updated>2022-04-21T22:58:47Z</updated>
<author>
<name>Luke Parker</name>
<email>lukeparker5132@gmail.com</email>
</author>
<published>2022-04-21T22:58:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=baee2c06ec6178ceb7f3dfd85585eeb2bd65366c'/>
<id>urn:sha1:baee2c06ec6178ceb7f3dfd85585eeb2bd65366c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8197</title>
<updated>2022-04-06T04:08:53Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2022-04-06T04:08:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0eb1b570b65103ca11bdacb1f87a76a64763cfea'/>
<id>urn:sha1:0eb1b570b65103ca11bdacb1f87a76a64763cfea</id>
<content type='text'>
da9aa1f Copyright: Update to 2022 (mj-xmr)
</content>
</entry>
<entry>
<title>store outPk/8 in the tx for speed</title>
<updated>2022-04-05T18:50:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2021-02-14T17:45:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4c94cfecfcb96c218b37234eda2f9c262821cf7c'/>
<id>urn:sha1:4c94cfecfcb96c218b37234eda2f9c262821cf7c</id>
<content type='text'>
It avoids dividing by 8 when deserializing a tx, which is a slow
operation, and multiplies by 8 when verifying and extracing the
amount, which is much faster as well as less frequent
</content>
</entry>
<entry>
<title>plug bulletproofs plus into consensus</title>
<updated>2022-04-05T18:50:17Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-12-17T11:57:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43'/>
<id>urn:sha1:a0d80b1f95cee64edfeba799f4fe9b8fb2ef4f43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
</feed>
