<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/hash, branch v0.17.1.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.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2020-05-07T02:36:54Z</updated>
<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>tests: add a few try/catch in main to shut coverity up</title>
<updated>2019-04-03T16:24:09Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-04-03T16:15:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c5d3ea2fef779f0e937237b4a65912f5da7123bb'/>
<id>urn:sha1:c5d3ea2fef779f0e937237b4a65912f5da7123bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update 2019 copyright</title>
<updated>2019-03-05T21:05:34Z</updated>
<author>
<name>binaryFate</name>
<email>binaryfate@users.noreply.github.com</email>
</author>
<published>2019-03-05T21:05:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1f2930ce0bec07e28958c059444151ad4968e1e6'/>
<id>urn:sha1:1f2930ce0bec07e28958c059444151ad4968e1e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding cnv4-2 tweaks</title>
<updated>2019-02-14T19:42:50Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2019-02-14T19:42:50Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=9da0892b102b7b5a85a0769ea2022b0abe0046d7'/>
<id>urn:sha1:9da0892b102b7b5a85a0769ea2022b0abe0046d7</id>
<content type='text'>
Co-Authored-By: Lee Clagett &lt;vtnerd@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Cryptonight variant 4 aka CryptonightR</title>
<updated>2019-02-14T10:29:54Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2019-02-04T16:49:19Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f51397b3064da60891b7e982d040b7715bbbf59a'/>
<id>urn:sha1:f51397b3064da60891b7e982d040b7715bbbf59a</id>
<content type='text'>
It introduces random integer math into the main loop.
</content>
</entry>
<entry>
<title>cryptonote tweak v2.2</title>
<updated>2018-09-22T03:47:50Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2018-09-19T04:30:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f3cd51a12b202875bd8191668aceb8a4f810ecd4'/>
<id>urn:sha1:f3cd51a12b202875bd8191668aceb8a4f810ecd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cryptonight variant 2</title>
<updated>2018-09-09T18:43:01Z</updated>
<author>
<name>SChernykh</name>
<email>sergey.v.chernykh@gmail.com</email>
</author>
<published>2018-08-03T09:41:41Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5fd83c13fbf8dc304909345e60a853c15b0de1e5'/>
<id>urn:sha1:5fd83c13fbf8dc304909345e60a853c15b0de1e5</id>
<content type='text'>
Contains two modifications to improve ASIC resistance: shuffle and integer math.

Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth.

Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop.

More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md
</content>
</entry>
<entry>
<title>tests/hash: correctly reference crypto HASH_SIZE for less confusion</title>
<updated>2018-03-14T15:10:54Z</updated>
<author>
<name>AnythingTechPro</name>
<email>anythingtechpro@gmail.com</email>
</author>
<published>2018-03-14T15:10:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=843f65cbda2bd4840cf441779700fa71d574c7cd'/>
<id>urn:sha1:843f65cbda2bd4840cf441779700fa71d574c7cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chacha: call prehashed version explicitly as generate_chacha_key_prehashed</title>
<updated>2018-03-14T12:00:17Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2018-03-05T09:24:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7dfa5e9e6e05fb2b8bb346d92f2a22229ef495c8'/>
<id>urn:sha1:7dfa5e9e6e05fb2b8bb346d92f2a22229ef495c8</id>
<content type='text'>
hash: add prehashed version cn_slow_hash_prehashed
slow-hash: let cn_slow_hash take 4th parameter for deciding prehashed or not
slow-hash: add support for prehashed version for the other 3 platforms
</content>
</entry>
<entry>
<title>tweaks to the monerov1 cryptonight algorithm</title>
<updated>2018-03-05T18:18:45Z</updated>
<author>
<name>Lee Clagett</name>
<email>code@leeclagett.com</email>
</author>
<published>2018-02-27T23:45:32Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e136bc6b8a480426f7565b721ca2ccf75547af62'/>
<id>urn:sha1:e136bc6b8a480426f7565b721ca2ccf75547af62</id>
<content type='text'>
</content>
</entry>
</feed>
