<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/crypto, branch v0.17.1.5</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.1.5</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.5'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-09-06T13:49:37Z</updated>
<entry>
<title>Merge pull request #6111</title>
<updated>2020-09-06T13:49:37Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2020-09-06T13:49:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=aefa7740c38754b31a4f5748569ac1af59034667'/>
<id>urn:sha1:aefa7740c38754b31a4f5748569ac1af59034667</id>
<content type='text'>
d20ff4f64 functional_tests: add a large (many randomx epochs) p2p reorg test (moneromooo-monero)
6a0b3b1f8 functional_tests: add randomx tests (moneromooo-monero)
9d42649d5 core: fix mining from a block that's not the current top (moneromooo-monero)
</content>
</entry>
<entry>
<title>functional_tests: add randomx tests</title>
<updated>2020-08-27T15:13:03Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-08T17:30:51Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6a0b3b1f8a5f96e8906e4a6746ad2b0358bb3d64'/>
<id>urn:sha1:6a0b3b1f8a5f96e8906e4a6746ad2b0358bb3d64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CLSAG signatures</title>
<updated>2020-08-27T12:43:29Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2019-08-29T11:35:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4b328c66161d11ddb240ca9c10298b0581aaa6b5'/>
<id>urn:sha1:4b328c66161d11ddb240ca9c10298b0581aaa6b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6337</title>
<updated>2020-08-16T19:38:44Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-08-16T19:38:44Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd'/>
<id>urn:sha1:e2e09d00c27c804bbc3abc97d42a7e805d5bd0cd</id>
<content type='text'>
a11ec4ac1 Support for supercop ASM in wallet, and benchmark for supercop (Lee Clagett)
</content>
</entry>
<entry>
<title>Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests.</title>
<updated>2020-08-09T22:42:15Z</updated>
<author>
<name>Sarang Noether</name>
<email>32460187+SarangNoether@users.noreply.github.com</email>
</author>
<published>2020-08-09T22:42:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6bfcd310158ff749d6857f5b0d2a53fad6a4e2bd'/>
<id>urn:sha1:6bfcd310158ff749d6857f5b0d2a53fad6a4e2bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6538</title>
<updated>2020-07-19T10:38:53Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-07-19T10:38:53Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb0241da6edb2e20117c30d369d0b4fed62356f3'/>
<id>urn:sha1:bb0241da6edb2e20117c30d369d0b4fed62356f3</id>
<content type='text'>
7178bb5c8 keccak: remove aligned check (moneromooo-monero)
</content>
</entry>
<entry>
<title>keccak: remove aligned check</title>
<updated>2020-05-16T12:28:27Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2020-05-16T12:27:22Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7178bb5c848bca3996dba98f82c757c357b58934'/>
<id>urn:sha1:7178bb5c848bca3996dba98f82c757c357b58934</id>
<content type='text'>
Some tools report the alignment check as UB, which seems a bit
dubious, but since the performance difference between the two
versions is minimal, I'll go with the safe version
</content>
</entry>
<entry>
<title>Support for supercop ASM in wallet, and benchmark for supercop</title>
<updated>2020-05-16T10:25:17Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2019-11-15T14:08:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a11ec4ac1d335677842b447208a9b45d531beeb0'/>
<id>urn:sha1:a11ec4ac1d335677842b447208a9b45d531beeb0</id>
<content type='text'>
</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>Merge pull request #6441</title>
<updated>2020-05-06T04:39:32Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2020-05-06T04:39:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b4023dcfc5e361be7af6254992699c7cfb090a78'/>
<id>urn:sha1:b4023dcfc5e361be7af6254992699c7cfb090a78</id>
<content type='text'>
613071f use memwipe on secret k/alpha values (moneromooo-monero)
</content>
</entry>
</feed>
