<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/unit_tests/ringct.cpp, branch v0.13.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.13.0.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.13.0.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2018-09-11T13:38:32Z</updated>
<entry>
<title>bulletproofs: speed up the latest changes a bit</title>
<updated>2018-09-11T13:38:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-06T15:21:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=2bf636503fa09346b02964b2903ca70579f94c6b'/>
<id>urn:sha1:2bf636503fa09346b02964b2903ca70579f94c6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>precalc the ge_p3 representation of H</title>
<updated>2018-09-11T13:37:42Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-05-24T19:14:09Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1b867e7f4087378a04a0b94d720d3bed8505e245'/>
<id>urn:sha1:1b867e7f4087378a04a0b94d720d3bed8505e245</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bulletproofs: add aggregated verification</title>
<updated>2018-09-11T13:37:32Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-03T14:36:29Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bacf0a1e2ff54ef1fc77e3f6ec92e87946084c1a'/>
<id>urn:sha1:bacf0a1e2ff54ef1fc77e3f6ec92e87946084c1a</id>
<content type='text'>
Ported from sarang's java code
</content>
</entry>
<entry>
<title>unit_tests: do not recreate the same base rct sig all the time</title>
<updated>2018-06-27T10:11:14Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-06-27T10:09:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e6f4d4acf0190f4b4133ec5b830f2def4c269d98'/>
<id>urn:sha1:e6f4d4acf0190f4b4133ec5b830f2def4c269d98</id>
<content type='text'>
Helps a bit when running with valgrind
</content>
</entry>
<entry>
<title>ringct: remove an unnecessary scalarmultBase in zeroCommit</title>
<updated>2018-06-06T09:14:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-06-06T09:05:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=01cc9787225fb3ac810f25228eb0547516caedc8'/>
<id>urn:sha1:01cc9787225fb3ac810f25228eb0547516caedc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct spelling mistakes.</title>
<updated>2018-03-05T17:00:40Z</updated>
<author>
<name>Edward Betts</name>
<email>edward@4angle.com</email>
</author>
<published>2018-01-19T07:54:14Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f'/>
<id>urn:sha1:fbcc91c2a42a3e72d5d4cbaa95294927d1f78d4f</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>Merge pull request #3151</title>
<updated>2018-01-28T01:25:55Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-01-28T01:25:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=86da46e22432aadaa161a294308b7c504dd6e836'/>
<id>urn:sha1:86da46e22432aadaa161a294308b7c504dd6e836</id>
<content type='text'>
ab2e9953 unit_tests: do not ASSERT_TRUE(decodeRct(...)) (moneromooo-monero)
</content>
</entry>
<entry>
<title>Update 2018 copyright</title>
<updated>2018-01-26T15:03:20Z</updated>
<author>
<name>xmr-eric</name>
<email>eric@moneroeric.com</email>
</author>
<published>2018-01-07T05:05:16Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=18216f19dd479466cb7fd38f52d23bddfcfd4880'/>
<id>urn:sha1:18216f19dd479466cb7fd38f52d23bddfcfd4880</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unit_tests: do not ASSERT_TRUE(decodeRct(...))</title>
<updated>2018-01-18T13:55:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-17T21:48:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ab2e9953b4759767f25806944f349ef08c25bcef'/>
<id>urn:sha1:ab2e9953b4759767f25806944f349ef08c25bcef</id>
<content type='text'>
decodeRct returns the amount, which may be zero
</content>
</entry>
</feed>
