<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/core_tests/rct.cpp, branch v0.10.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.10.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-02-21T17:38:18Z</updated>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New "Halfway RingCT" outputs for coinbase transactions</title>
<updated>2016-08-28T20:30:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-12T17:45:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3b3260ae5b5acde445fa88a6f0909f582903754'/>
<id>urn:sha1:c3b3260ae5b5acde445fa88a6f0909f582903754</id>
<content type='text'>
When RingCT is enabled, outputs from coinbase transactions
are created as a single output, and stored as RingCT output,
with a fake mask. Their amount is not hidden on the blockchain
itself, but they are then able to be used as fake inputs in
a RingCT ring. Since the output amounts are hidden, their
"dustiness" is not an obstacle anymore to mixing, and this
makes the coinbase transactions a lot smaller, as well as
helping the TXO set to grow more slowly.

Also add a new "Null" type of rct signature, which decreases
the size required when no signatures are to be stored, as
in a coinbase tx.
</content>
</entry>
<entry>
<title>rct amount key modified as per luigi1111's recommendations</title>
<updated>2016-08-28T20:30:19Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-10T11:48:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d4b62a1e295a7fb19de6081733b1d8e0610cbf08'/>
<id>urn:sha1:d4b62a1e295a7fb19de6081733b1d8e0610cbf08</id>
<content type='text'>
This allows the key to be not the same for two outputs sent to
the same address (eg, if you pay yourself, and also get change
back). Also remove the key amounts lists and return parameters
since we don't actually generate random ones, so we don't need
to save them as we can recalculate them when needed if we have
the correct keys.
</content>
</entry>
<entry>
<title>rct: change the simple flag to a type</title>
<updated>2016-08-28T20:30:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-08-08T12:49:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3ab2ab3e7691dadf91ef39ed477e12f0144b8278'/>
<id>urn:sha1:3ab2ab3e7691dadf91ef39ed477e12f0144b8278</id>
<content type='text'>
for future expansion
</content>
</entry>
<entry>
<title>core_tests: fix a couple pre-rct tests using rct</title>
<updated>2016-08-28T20:29:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-28T18:04:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e5a9a4755b458bce66f6658a1051aff3b91c94b5'/>
<id>urn:sha1:e5a9a4755b458bce66f6658a1051aff3b91c94b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change fork settings to allow pre-rct txes for one more fork cycle</title>
<updated>2016-08-28T20:29:50Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-24T17:30:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=37bdf6ebe3e0339fb195efb4083022dba8813e85'/>
<id>urn:sha1:37bdf6ebe3e0339fb195efb4083022dba8813e85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: make the amount key derivable by a third party with the tx key</title>
<updated>2016-08-28T20:29:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-24T16:53:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9b70856ccb97943249f6e76b19f8abce5cd7aabe'/>
<id>urn:sha1:9b70856ccb97943249f6e76b19f8abce5cd7aabe</id>
<content type='text'>
Scheme design from luigi1114.
</content>
</entry>
<entry>
<title>port get_tx_key/check_tx_key to rct</title>
<updated>2016-08-28T20:29:24Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-11T22:14:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e81a2b2cfabfb1ad9aaade752a863f1448fc89cd'/>
<id>urn:sha1:e81a2b2cfabfb1ad9aaade752a863f1448fc89cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>integrate simple rct api</title>
<updated>2016-08-28T20:29:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-07-10T11:57:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a4d4d6194bf9a0826806521d72a7fec5e506a677'/>
<id>urn:sha1:a4d4d6194bf9a0826806521d72a7fec5e506a677</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rct: add the tx prefix hash into the MLSAG</title>
<updated>2016-08-28T20:28:58Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-06-28T15:03:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6d0e47148bc400ca6668860e162fe2f4ad8a3dac'/>
<id>urn:sha1:6d0e47148bc400ca6668860e162fe2f4ad8a3dac</id>
<content type='text'>
to protect the non-signatures parts of the tx from tampering.
</content>
</entry>
</feed>
