<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/tests/hash/main.cpp, branch v0.17.3.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.3.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.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>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>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>Monero Cryptonight variants, and add one for v7</title>
<updated>2018-03-05T18:18:39Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-02-07T19:07:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=608fd6f14a6b9c0eeba2843fb14cbb235be0034f'/>
<id>urn:sha1:608fd6f14a6b9c0eeba2843fb14cbb235be0034f</id>
<content type='text'>
This is the first variant of many, with the intent to improve
Monero's resistance to ASICs and encourage mining decentralization.
</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>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
</feed>
