<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct, branch v0.14.0.2</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.14.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-03-05T21:05:37Z</updated>
<entry>
<title>Fix computation of change address + Fix v11 fork</title>
<updated>2019-03-05T21:05:37Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2019-03-05T01:10:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=470527138a9417af0e895a94dd64e773796612e4'/>
<id>urn:sha1:470527138a9417af0e895a94dd64e773796612e4</id>
<content type='text'>
Always send TX public key when generating output destination keys: it may be an additional TX public key in case of subaddress; before we always use R.
Fix the commitment mask generation: It must be delegated to device as it implies the amount key.
Send MONERO_VERSION string in reset command to allow version compatibility check.
Some enhancement of debug log.
</content>
</entry>
<entry>
<title>ringct: the commitment mask is now deterministic</title>
<updated>2019-02-12T12:16:47Z</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=0b18fa54c458ee8d76382963ffe5d14af6c11390'/>
<id>urn:sha1:0b18fa54c458ee8d76382963ffe5d14af6c11390</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-02-12T12:16:45Z</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=6ba3a116377ffdf03e0c3580ef5a0c7c6743f69f'/>
<id>urn:sha1:6ba3a116377ffdf03e0c3580ef5a0c7c6743f69f</id>
<content type='text'>
Found by knaccc
</content>
</entry>
<entry>
<title>ringct: save 3 bytes on bulletproof size</title>
<updated>2019-02-12T12:16:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-01-06T13:48:42Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=77f8f45459e5f067aca3e1a08d68f716f46c22e4'/>
<id>urn:sha1:77f8f45459e5f067aca3e1a08d68f716f46c22e4</id>
<content type='text'>
Found by luigi1111
</content>
</entry>
<entry>
<title>add a bulletproof version, new bulletproof type, and rct config</title>
<updated>2019-02-12T12:16:40Z</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=f7f6760052db7194b8a0f01189d89246caf4882e'/>
<id>urn:sha1:f7f6760052db7194b8a0f01189d89246caf4882e</id>
<content type='text'>
This makes it easier to modify the bulletproof format
</content>
</entry>
<entry>
<title>bulletproofs: multiply points by 8 first thing in verification</title>
<updated>2018-09-24T14:02:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-09-24T14:01:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1dd5c73f62edc9edc54f46bbff2f5eb43ee9a0e0'/>
<id>urn:sha1:1dd5c73f62edc9edc54f46bbff2f5eb43ee9a0e0</id>
<content type='text'>
instead of merging that with other scalar multiplications
where possible for speed, since this is not actually safe
</content>
</entry>
<entry>
<title>Merge pull request #4379</title>
<updated>2018-09-21T18:42:41Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-09-21T18:42:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4a652d6b52c60d169a0ccdc537afa5353c206b7c'/>
<id>urn:sha1:4a652d6b52c60d169a0ccdc537afa5353c206b7c</id>
<content type='text'>
607301bf rct: avoid repeated unnecessary conversions when accummulating (moneromooo-monero)
</content>
</entry>
<entry>
<title>rct: avoid repeated unnecessary conversions when accummulating</title>
<updated>2018-09-14T10:18:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-06-24T20:59:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=607301bf6dd4531c43d8e2f15c7cd94a92693918'/>
<id>urn:sha1:607301bf6dd4531c43d8e2f15c7cd94a92693918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rctTypes: fix incorrect serialization</title>
<updated>2018-09-12T11:33:10Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-09-12T11:33:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=67a56a9f8b98c3d09616bffb569a320a392b447b'/>
<id>urn:sha1:67a56a9f8b98c3d09616bffb569a320a392b447b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bulletproofs: #include &lt;openssl/bn.h&gt;</title>
<updated>2018-09-11T13:38:34Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-21T15:28:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8f418a6db0953d7a1d0c1dfa24d79f59cef618b7'/>
<id>urn:sha1:8f418a6db0953d7a1d0c1dfa24d79f59cef618b7</id>
<content type='text'>
Apparently needed for openssl 1.1.x
</content>
</entry>
</feed>
