<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct/multiexp.cc, branch v0.18.3.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.18.3.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2022-03-04T05:59:20Z</updated>
<entry>
<title>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix ge_p3_is_point_at_infinity(), which is evaluating field elements that haven't been reduced by the field order</title>
<updated>2022-01-25T13:14:46Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2021-11-09T00:14:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c36ea26e5c6b94f107cc1aeb02a45cfc5a7c38ef'/>
<id>urn:sha1:c36ea26e5c6b94f107cc1aeb02a45cfc5a7c38ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ringct: silence unused variable warning</title>
<updated>2021-08-19T20:00:44Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2021-08-19T20:00:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d749e0d97c1b7c64ebb6869b17c270a01f36367a'/>
<id>urn:sha1:d749e0d97c1b7c64ebb6869b17c270a01f36367a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused variables in monero codebase</title>
<updated>2021-02-09T07:05:05Z</updated>
<author>
<name>Kevin Barbour</name>
<email>kevinbarbourd@gmail.com</email>
</author>
<published>2021-01-23T09:38:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=85db1734e7dd456c1edb095a2c829527262b96c7'/>
<id>urn:sha1:85db1734e7dd456c1edb095a2c829527262b96c7</id>
<content type='text'>
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
</content>
</entry>
<entry>
<title>remove unused code</title>
<updated>2019-04-29T20:52:40Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-29T16:53:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1a66a86f94380e24e3aadba649e47708cfe401d0'/>
<id>urn:sha1:1a66a86f94380e24e3aadba649e47708cfe401d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiexp: some minor speedups</title>
<updated>2018-10-22T16:08:26Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-10-22T11:56:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=74fb3d882c9a50798795367ca8cd5dac85138c78'/>
<id>urn:sha1:74fb3d882c9a50798795367ca8cd5dac85138c78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiexp: tune which variants to use for which number of points</title>
<updated>2018-10-22T16:07:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-27T13:23:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a110e6aa18928fb0bc13d0e39c854aea9e99e96d'/>
<id>urn:sha1:a110e6aa18928fb0bc13d0e39c854aea9e99e96d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiexp: handle pippenger multiexps with part precalc</title>
<updated>2018-10-22T16:07:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-24T21:20:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6f9ae5b6eb535fb748722ed1c81f981474422ead'/>
<id>urn:sha1:6f9ae5b6eb535fb748722ed1c81f981474422ead</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiexp: pack the digits table when STRAUS_C is 4</title>
<updated>2018-10-22T16:07:44Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-08-13T11:18:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4061960a16d27f803ca54b8887f46185c29c336e'/>
<id>urn:sha1:4061960a16d27f803ca54b8887f46185c29c336e</id>
<content type='text'>
Spotted by stoffu
</content>
</entry>
<entry>
<title>more comprehensive test for ge_p3 comparison to identity/point at infinity</title>
<updated>2018-09-11T13:38:20Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-26T17:03:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=463434d1f7159780f64b0fe2ca4d042cb49f1b2a'/>
<id>urn:sha1:463434d1f7159780f64b0fe2ca4d042cb49f1b2a</id>
<content type='text'>
Reported by QuarksLab.
</content>
</entry>
</feed>
