<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/ringct/bulletproofs.cc, branch v0.17.2.0</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.17.2.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.2.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2021-03-18T20:57:13Z</updated>
<entry>
<title>Fixed issues found by static analysis</title>
<updated>2021-03-18T20:57:13Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2021-03-18T20:57:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9ca9f1214a1da15001736246dc1f00b22c930bdd'/>
<id>urn:sha1:9ca9f1214a1da15001736246dc1f00b22c930bdd</id>
<content type='text'>
- rolling_median: tried to free uninitialized pointer in a constructor
- net_node.inl: erase-remove idiom was used incorrectly. remove_if doesn't actually remove elements, see http://cpp.sh/6fcjv
- bulletproofs.cc: call to sizeof() instead of vector.size(), luckily it only impacts performance and not code logic there
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Bulletproofs: verification speedup</title>
<updated>2020-04-15T00:31:30Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-04-15T00:31:30Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4ed60b626a368132fccad4449f1c4d50e312b60c'/>
<id>urn:sha1:4ed60b626a368132fccad4449f1c4d50e312b60c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6339</title>
<updated>2020-04-04T17:47:31Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-04-04T17:47:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c4f75fe898992d502e2ef3b6c9d88bc523690403'/>
<id>urn:sha1:c4f75fe898992d502e2ef3b6c9d88bc523690403</id>
<content type='text'>
c61abf8 remove empty statements (shopglobal)
</content>
</entry>
<entry>
<title>Hash domain separation</title>
<updated>2020-04-01T12:31:00Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-04-01T12:31:00Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=80d5320fff9c948f54b4379f3c2f3bc684e7f356'/>
<id>urn:sha1:80d5320fff9c948f54b4379f3c2f3bc684e7f356</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove empty statements</title>
<updated>2020-02-17T16:55:15Z</updated>
<author>
<name>Interchained</name>
<email>president@worldvaporexpo.com</email>
</author>
<published>2020-02-14T23:35:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c61abf87c0aa4157824326ff80670ad3ccc9e470'/>
<id>urn:sha1:c61abf87c0aa4157824326ff80670ad3ccc9e470</id>
<content type='text'>
Cleaning up a little around the code base.
</content>
</entry>
<entry>
<title>Updated paper references</title>
<updated>2019-10-28T16:34:44Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-10-28T16:34:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=45fd72b0d7083646164bd4ec5238d930e19c38c9'/>
<id>urn:sha1:45fd72b0d7083646164bd4ec5238d930e19c38c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor prover simplification</title>
<updated>2019-10-28T13:34:49Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-10-28T13:34:49Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=277003f14571d551cc3c9e788d0e3b64fc9b3dd6'/>
<id>urn:sha1:277003f14571d551cc3c9e788d0e3b64fc9b3dd6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MLSAG speedup and additional checks</title>
<updated>2019-08-27T20:22:44Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-08-27T20:22:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3a0451a8be43154f0da06dd9c693ed6f0c657042'/>
<id>urn:sha1:3a0451a8be43154f0da06dd9c693ed6f0c657042</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bulletproofs: cut down on keyV allocations</title>
<updated>2019-04-13T22:37:08Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-13T18:27:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=acb68dbaa918397c9a1b03b357fe2377d4924714'/>
<id>urn:sha1:acb68dbaa918397c9a1b03b357fe2377d4924714</id>
<content type='text'>
</content>
</entry>
</feed>
