<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/crypto/random.c, branch v0.17.3.2</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.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.17.3.2'/>
<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>wallet: add --extra-entropy command line flag</title>
<updated>2019-08-22T11:12:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-06-06T09:50:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1dc3b1a516332f12a4bd8fd8dd80695a003d1d98'/>
<id>urn:sha1:1dc3b1a516332f12a4bd8fd8dd80695a003d1d98</id>
<content type='text'>
It lets the user add custom entropy to the PRNG.
It does this by hashing the new data and xoring the resulting
hash with the PRNG state.
</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>crypto: add missing include (WIN32)</title>
<updated>2018-02-16T18:35:31Z</updated>
<author>
<name>iDunk5400</name>
<email>iDunk5400@users.noreply.github.com</email>
</author>
<published>2018-02-16T18:35:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ed6c68db1bbe44413b6d3cc63a75436b14e029a2'/>
<id>urn:sha1:ed6c68db1bbe44413b6d3cc63a75436b14e029a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3187</title>
<updated>2018-02-16T13:20:31Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2018-02-16T13:20:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=666a76652bcc82c5f85e1a658eab83b27e9e78a4'/>
<id>urn:sha1:666a76652bcc82c5f85e1a658eab83b27e9e78a4</id>
<content type='text'>
851bd057 call _exit instead of abort in release mode (moneromooo-monero)
</content>
</entry>
<entry>
<title>call _exit instead of abort in release mode</title>
<updated>2018-02-01T13:32:46Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-01-26T10:35:13Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=851bd057ecfa2997252429f86362b0a710a1af8d'/>
<id>urn:sha1:851bd057ecfa2997252429f86362b0a710a1af8d</id>
<content type='text'>
Avoids cores being created, as they're nowadays often piped
to some call home system
</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>
<entry>
<title>crypto: make clear generate_random_bytes is not thread safe</title>
<updated>2016-05-14T23:05:59Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-05-14T21:08:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d539be33590f7dfb0013187502744286f2959ee3'/>
<id>urn:sha1:d539be33590f7dfb0013187502744286f2959ee3</id>
<content type='text'>
And add a thread safe version to encourage proper use
</content>
</entry>
<entry>
<title>random: call abort(3) instead of assert in must_succeed macro</title>
<updated>2016-04-24T11:26:56Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-04-24T11:26:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=31587bdd153040fa641bd0f5967b69a3b0a9559f'/>
<id>urn:sha1:31587bdd153040fa641bd0f5967b69a3b0a9559f</id>
<content type='text'>
Avoids silent use of bad RNG in release builds, in case those
calls might actually fail.

Reported by smooth.
</content>
</entry>
</feed>
