<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct/rctSigs.cpp, branch crash-pl</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=crash-pl</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=crash-pl'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-03-14T14:06:16Z</updated>
<entry>
<title>Merge pull request #3372</title>
<updated>2018-03-14T14:06:16Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-14T14:06:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cb72b85bbfa15bec8353946963072d34c451d400'/>
<id>urn:sha1:cb72b85bbfa15bec8353946963072d34c451d400</id>
<content type='text'>
c3e23b2d ringct: 17% improvement in Borromean signature verification (moneromooo-monero)
</content>
</entry>
<entry>
<title>device: untangle cyclic depenency</title>
<updated>2018-03-14T12:00:15Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-05T07:16:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=27a196b1268718dbc41e308c93b35c58f2da2eb4'/>
<id>urn:sha1:27a196b1268718dbc41e308c93b35c58f2da2eb4</id>
<content type='text'>
When #3303 was merged, a cyclic dependency chain was generated:

    libdevice &lt;- libcncrypto &lt;- libringct &lt;- libdevice

This was because libdevice needs access to a set of basic crypto operations
implemented in libringct such as scalarmultBase(), while libringct also needs
access to abstracted crypto operations implemented in libdevice such as
ecdhEncode(). To untangle this cyclic dependency chain, this patch splits libringct
into libringct_basic and libringct, where the basic crypto ops previously in
libringct are moved into libringct_basic. The cyclic dependency is now resolved
thanks to this separation:

    libcncrypto &lt;- libringct_basic &lt;- libdevice &lt;- libcryptonote_basic &lt;- libringct

This eliminates the need for crypto_device.cpp and rctOps_device.cpp.

Also, many abstracted interfaces of hw::device such as encrypt_payment_id() and
get_subaddress_secret_key() were previously implemented in libcryptonote_basic
(cryptonote_format_utils.cpp) and were then called from hw::core::device_default,
which is odd because libdevice is supposed to be independent of libcryptonote_basic.
Therefore, those functions were moved to device_default.cpp.
</content>
</entry>
<entry>
<title>ringct: 17% improvement in Borromean signature verification</title>
<updated>2018-03-08T00:41:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-03-08T00:08:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3e23b2dce7678ada54cfe0e2a8ac64b9df1f707'/>
<id>urn:sha1:c3e23b2dce7678ada54cfe0e2a8ac64b9df1f707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3348</title>
<updated>2018-03-05T17:13:52Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-05T17:13:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=98acbe83fc9535f3873b48301d559c2c28d5cf50'/>
<id>urn:sha1:98acbe83fc9535f3873b48301d559c2c28d5cf50</id>
<content type='text'>
c95dddd2 remove unused function keyImageV (h908714124)
</content>
</entry>
<entry>
<title>Merge pull request #3301</title>
<updated>2018-03-05T17:11:35Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-03-05T17:11:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5950d356b6982b92113e11fb5a7ac49b1db86fc8'/>
<id>urn:sha1:5950d356b6982b92113e11fb5a7ac49b1db86fc8</id>
<content type='text'>
34a2a085 rctSigs - loop invariant code removed from the loop (Dusan Klinec)
</content>
</entry>
<entry>
<title>remove unused function keyImageV</title>
<updated>2018-03-05T08:21:44Z</updated>
<author>
<name>h908714124</name>
<email>kraftdurchblumen@gmx.de</email>
</author>
<published>2018-03-05T08:21:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c95dddd2d23871b4880181705abf1822e32aa102'/>
<id>urn:sha1:c95dddd2d23871b4880181705abf1822e32aa102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code modifications to integrate Ledger HW device into monero-wallet-cli.</title>
<updated>2018-03-04T11:54:53Z</updated>
<author>
<name>cslashm</name>
<email>cslashm@gmail.com</email>
</author>
<published>2018-02-20T16:01:27Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e745c1e38da8e54032660894bb2db0e9a49cccf2'/>
<id>urn:sha1:e745c1e38da8e54032660894bb2db0e9a49cccf2</id>
<content type='text'>
The basic approach it to delegate all sensitive data (master key, secret
ephemeral key, key derivation, ....) and related operations to the device.
As device has low memory, it does not keep itself the values
(except for view/spend keys) but once computed there are encrypted (with AES
are equivalent) and return back to monero-wallet-cli. When they need to be
manipulated by the device, they are decrypted on receive.

Moreover, using the client for storing the value in encrypted form limits
the modification in the client code. Those values are transfered from one
C-structure to another one as previously.

The code modification has been done with the wishes to be open to any
other hardware wallet. To achieve that a C++ class hw::Device has been
introduced. Two initial implementations are provided: the "default", which
remaps all calls to initial Monero code, and  the "Ledger", which delegates
all calls to Ledger device.
</content>
</entry>
<entry>
<title>rctSigs - loop invariant code removed from the loop</title>
<updated>2018-02-21T15:35:06Z</updated>
<author>
<name>Dusan Klinec</name>
<email>dusan.klinec@gmail.com</email>
</author>
<published>2018-02-21T15:35:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=34a2a08530bcbffa145088a26dbf7c33e8b2daa5'/>
<id>urn:sha1:34a2a08530bcbffa145088a26dbf7c33e8b2daa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: pseudoOuts moved to prunable in the simple bulletproof case</title>
<updated>2018-01-31T15:56:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-12-16T11:58:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b809058993621b2645a5cd553a0caecb8ec68d2e'/>
<id>urn:sha1:b809058993621b2645a5cd553a0caecb8ec68d2e</id>
<content type='text'>
Saves 64 bytes non prunable data per typical tx

This breaks v7 consensus, will require a testnet reorg from v6
</content>
</entry>
<entry>
<title>ringct: handle exceptions verifying bulletproofs in worker threads</title>
<updated>2018-01-15T11:48:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-06T17:02:05Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ff5626d78574140cde6f5f2c911637e2adde10f1'/>
<id>urn:sha1:ff5626d78574140cde6f5f2c911637e2adde10f1</id>
<content type='text'>
</content>
</entry>
</feed>
