<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/crypto/crypto.h, branch v0.14.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.14.1.0</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.14.1.0'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2019-04-04T13:38:19Z</updated>
<entry>
<title>crypto: replace rand&lt;T&gt;()%N idiom with unbiased rand_idx(N)</title>
<updated>2019-04-04T13:38:19Z</updated>
<author>
<name>stoffu</name>
<email>stoffu@protonmail.ch</email>
</author>
<published>2019-04-03T05:10:24Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=a2195b9b7fba5da7f47903961db3fb31f6d7146c'/>
<id>urn:sha1:a2195b9b7fba5da7f47903961db3fb31f6d7146c</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>Removed a lot of unnecessary includes</title>
<updated>2018-11-15T16:29:34Z</updated>
<author>
<name>Martijn Otto</name>
<email>git@martijnotto.nl</email>
</author>
<published>2018-11-15T16:29:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bd98e99c8095cf05c4d3282c888a87745ad1c559'/>
<id>urn:sha1:bd98e99c8095cf05c4d3282c888a87745ad1c559</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add and use constant time 32 byte equality function</title>
<updated>2018-08-23T07:56:51Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-06-13T17:23:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d2e26c23f3caa7928c46c3a6bded85fdc1a68cb3'/>
<id>urn:sha1:d2e26c23f3caa7928c46c3a6bded85fdc1a68cb3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: make secret_key automatically mlock</title>
<updated>2018-08-16T11:57:49Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-15T13:33:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ab74dc277aac3922a266ccae30fa2c30d9222790'/>
<id>urn:sha1:ab74dc277aac3922a266ccae30fa2c30d9222790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4137</title>
<updated>2018-08-15T22:17:34Z</updated>
<author>
<name>luigi1111</name>
<email>luigi1111w@gmail.com</email>
</author>
<published>2018-08-15T22:17:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5295e4eb82bbf019ae9fbd2757e39bd411aad414'/>
<id>urn:sha1:5295e4eb82bbf019ae9fbd2757e39bd411aad414</id>
<content type='text'>
63e342b crypto: move null_pkey/null_skey to the cpp file (moneromooo-monero)
0496c7c crypto: do not use boost::value_initialized to init null skey/pkey (moneromooo-monero)
</content>
</entry>
<entry>
<title>crypto: do not use boost::value_initialized to init null skey/pkey</title>
<updated>2018-07-20T22:06:22Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-20T21:59:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0496c7c91abbf8ec20cc70f383868957c6f9adc9'/>
<id>urn:sha1:0496c7c91abbf8ec20cc70f383868957c6f9adc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: move null_pkey/null_skey to the cpp file</title>
<updated>2018-07-15T18:09:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-15T11:59:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=63e342be8452510abb67bfe24df90a0972a4edfd'/>
<id>urn:sha1:63e342be8452510abb67bfe24df90a0972a4edfd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: remove slight bias in key generation due to modulo</title>
<updated>2018-07-05T08:18:01Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-07-04T21:17:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=61caab8a8c8a4e4239216c861c4d1eba5bcfd76e'/>
<id>urn:sha1:61caab8a8c8a4e4239216c861c4d1eba5bcfd76e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>crypto: fix initialization order issue with random mutex</title>
<updated>2018-04-10T11:30:48Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2018-04-10T11:20:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=90a16b119f3f35900d0bfc304e8cae2dad20a84b'/>
<id>urn:sha1:90a16b119f3f35900d0bfc304e8cae2dad20a84b</id>
<content type='text'>
</content>
</entry>
</feed>
