<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct/rctSigs.cpp, branch v0.15.0.1</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.15.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.15.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-08-27T20:22:44Z</updated>
<entry>
<title>MLSAG speedup and additional checks</title>
<updated>2019-08-27T20:22:44Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-08-27T20:22:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3a0451a8be43154f0da06dd9c693ed6f0c657042'/>
<id>urn:sha1:3a0451a8be43154f0da06dd9c693ed6f0c657042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: prevent use of full ringct signatures for more than one input</title>
<updated>2019-04-11T19:44:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-11T18:41:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=93bb2f48f7af95ec9048bcac48cbb372d84d7a11'/>
<id>urn:sha1:93bb2f48f7af95ec9048bcac48cbb372d84d7a11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for V11 protocol with BulletProofV2 and short amount.</title>
<updated>2019-03-28T17:26:15Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-12-11T09:20:21Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=98fdcb2aa5a1c64bad4080ad00e4bd7eb647dc74'/>
<id>urn:sha1:98fdcb2aa5a1c64bad4080ad00e4bd7eb647dc74</id>
<content type='text'>
New scheme key destination contrfol
Fix dummy decryption in debug mode
</content>
</entry>
<entry>
<title>various: remove unused variables</title>
<updated>2019-03-04T22:24:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-12-07T15:46:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ef93b0995c311e5d5f43a726dbe90aacca46faff'/>
<id>urn:sha1:ef93b0995c311e5d5f43a726dbe90aacca46faff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: the commitment mask is now deterministic</title>
<updated>2019-01-22T23:17:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-08T16:05:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7d375981584e5ddac4ea6ad8879e2211d465b79d'/>
<id>urn:sha1:7d375981584e5ddac4ea6ad8879e2211d465b79d</id>
<content type='text'>
saves space in the tx and is safe

Found by knaccc
</content>
</entry>
<entry>
<title>ringct: encode 8 byte amount, saving 24 bytes per output</title>
<updated>2019-01-22T23:17:31Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-06T19:49:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=99d946e6191056f747225d36a2408085624b516e'/>
<id>urn:sha1:99d946e6191056f747225d36a2408085624b516e</id>
<content type='text'>
Found by knaccc
</content>
</entry>
<entry>
<title>add a bulletproof version, new bulletproof type, and rct config</title>
<updated>2019-01-22T23:17:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-06T13:47:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f931e16c6e45da6880c333cf1f355d7228c143d9'/>
<id>urn:sha1:f931e16c6e45da6880c333cf1f355d7228c143d9</id>
<content type='text'>
This makes it easier to modify the bulletproof format
</content>
</entry>
<entry>
<title>Merge pull request #5050</title>
<updated>2019-01-18T17:02:01Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2019-01-18T17:02:01Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5753d71922948ed604dc7a6e514401f92f0d0193'/>
<id>urn:sha1:5753d71922948ed604dc7a6e514401f92f0d0193</id>
<content type='text'>
07cb574c ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple (stoffu)
</content>
</entry>
<entry>
<title>ringct: remove duplicate rv.mixRing = mixRing; in genRctSimple</title>
<updated>2019-01-08T02:51:35Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2019-01-08T02:51:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=07cb574ca4b398dab77cfdbd9026ce2d0419fe32'/>
<id>urn:sha1:07cb574ca4b398dab77cfdbd9026ce2d0419fe32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: avoid repeated point conversion</title>
<updated>2018-12-12T12:48:10Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-06-24T20:59:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aaafa8a946211f5d5dc0e6e26f636f12a9700e70'/>
<id>urn:sha1:aaafa8a946211f5d5dc0e6e26f636f12a9700e70</id>
<content type='text'>
</content>
</entry>
</feed>
