<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Blake2b</id>
	<title>Blake2b - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Blake2b"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Blake2b&amp;action=history"/>
	<updated>2026-05-15T09:12:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Blake2b&amp;diff=3696&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;{{#seo: |title= Blake2b - Siacoin Mining, Hashing Alghorithms - zaoniao Wiki |keywords= Blake 2b, Blake alghoritms,  |description= Blake 2b is an algorithm based on the Blake...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Blake2b&amp;diff=3696&amp;oldid=prev"/>
		<updated>2019-04-23T04:15:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{#seo: |title= Blake2b - Siacoin Mining, Hashing Alghorithms - zaoniao Wiki |keywords= Blake 2b, Blake alghoritms,  |description= Blake 2b is an algorithm based on the Blake...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{#seo:&lt;br /&gt;
|title= Blake2b - Siacoin Mining, Hashing Alghorithms - zaoniao Wiki&lt;br /&gt;
|keywords= Blake 2b, Blake alghoritms, &lt;br /&gt;
|description= Blake 2b is an algorithm based on the Blake 2 function. In contrast to Blake 2s it is optimized for the usage with 64-bit platforms.&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;amp/&amp;gt;&lt;br /&gt;
'''Blake 2b''' is an algorithm based on the Blake 2 function alongside Blake 2s. In contrast to Blake 2s it is optimized for the usage with 64-bit platforms, while Blake2s is optimized for 32- bit platforms.&lt;br /&gt;
&lt;br /&gt;
Both Blake 2 and [[Blake]] 1 family of algorithms were designed by Jean-Philippe Aumasson, who was the leader of the development team. Other members of the team are also prominent cryptography developers including Christian WinnerleinIt, [[Zooko Wilcox-O'Hearn]] and Samuel Neves. Blake 2b, alongside other members of the Blake family is based on the ChaCha stream cipher, developed by Daniel J. Bernstein. The main goal of Blake 2 is to provide hashing functions with the highest level of data protection. Indeed, no attack has been detected on BLAKE2 since its first publication.&lt;br /&gt;
== Review ==&lt;br /&gt;
The BLAKE 2b hash function has 3 main features:&lt;br /&gt;
&lt;br /&gt;
* Iterative organization of data processing in HAIFA mode;&lt;br /&gt;
* Internal structure is the local wide-pipe;&lt;br /&gt;
* An improved version of ChaCha stream cipher, which is perfectly parallelized and has shown high security&lt;br /&gt;
&lt;br /&gt;
A new improved version of the BLAKE protocol is called BLAKE2 and appeared at the end of 2012. It is a cryptographic hash function that is more efficient than [[MD5|MD-5]], [[SHA-1|SHA1]], [[SHA-2|SHA2]] and is as secure as the latest [[SHA-3|SHA3]] (Keccak) standard. BLAKE2 has been widely adopted by business projects due to its security and high speed.&lt;br /&gt;
&lt;br /&gt;
In BLAKE2, in alternative to BLAKE, no adding constants to the round function is performed. It also changed shift constants and simplified their addition. Blake 2 algorithm added a block of parameters, which is added to the initializing vectors. In addition, the number of rounds reduced from 16 to 12 in the BLAKE2b function (Blake-512 analogue) and from 14 to 10 in BLAKE2s ([[Blake 256|BLAKE-256]] analogue). As a result, the number of clock cycles per bit decreased from 7.49 for BLAKE-256 and 5.64 for BLAKE-512 to 5.34 and 3.32 for Blake2s and Blake2b, respectively.&lt;br /&gt;
&lt;br /&gt;
The BLAKE 2 algorithm has two variations:&lt;br /&gt;
&lt;br /&gt;
* BLAKE 2b (or just BLAKE 2) is, as stated earlier, optimized for 64-bit platforms. It is also optimized for NEON-enabled ARM, and can generate digests of any byte size from 1 to 64;&lt;br /&gt;
* BLAKE 2s is optimal for both 8 - and 32-bit platforms and generates digests of sizes from 1 to 32 bytes.&lt;br /&gt;
&lt;br /&gt;
BLAKE 2 includes a 4-band parallel BLAKE2bp and 8-way parallel BLAKE2sp designed to improve performance on multi-core or SIMD processors.&lt;br /&gt;
== Blake 2b implementations ==&lt;br /&gt;
&lt;br /&gt;
* The [[Zcash]] cryptocurrency uses BLAKE 2b in its proof of work - [[Equihash]], and as a key derivation function&lt;br /&gt;
* FreeBSD Ports package management tool uses BLAKE2b&lt;br /&gt;
As a pretty popular hashing function, Blake 2b is often provided by cryptography libraries, such as &lt;br /&gt;
* Botan C++ library &lt;br /&gt;
* Crypto++ - open source cryptographic library for C++, developed by Wei Dai.&lt;br /&gt;
* Bouncy Castle - Java and C# based cryptographic library&lt;br /&gt;
* Libgcrypt - a C-based library developed for the GNU Privacy Guard software&lt;br /&gt;
* OpenSSL - software library mainly designed for the implementation of Secure Sockets Layer (SSL) and available for C, assembly and Perl&lt;br /&gt;
* wolfSSL - SSL/TLS (Transport Layer Security) library made for the usage in the embedded systems development and used via C programming language.&lt;br /&gt;
&lt;br /&gt;
== Blake 2b coins ==&lt;br /&gt;
There are not many prominent cryptocurrencies using Blake 2b version of the Blake algorithm are Siacoin (SC) and Nano (NANO). Siacoin was developed by Luke Champine and David Vorick. It is a cryptocurrency that helps to power Sia as a decentralized data storage. &lt;br /&gt;
Unlike many cryptocurrencies that have an aim to become a mean of exchange, Siacoin aims to use blockchain for the different purpose. It is for the establishment of the secure and robust network for data preservation. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:none&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;coinmarketcap-bitcoin&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;div class=&amp;quot;coinmarketcap-currency-widget&amp;quot; data-currencyid=&amp;quot;1042&amp;quot; data-base=&amp;quot;USD&amp;quot; data-secondary=&amp;quot;BTC&amp;quot; data-ticker=&amp;quot;true&amp;quot; data-rank=&amp;quot;true&amp;quot; data-marketcap=&amp;quot;true&amp;quot; data-volume=&amp;quot;true&amp;quot; data-stats=&amp;quot;USD&amp;quot; data-statsticker=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nano is a cryptocurrency that was designed to become a perfect coin for everyday transactions. It is easy to use, has no transaction fees and has almost unlimited scalability. Mentioned features, combined with low-power hardware - compatible Nano protocol made it one of the most successful coins on the market. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;display:none&amp;quot;&amp;gt;&amp;lt;div id=&amp;quot;coinmarketcap-bitcoin&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!-- --&amp;gt;&amp;lt;div class=&amp;quot;coinmarketcap-currency-widget&amp;quot; data-currencyid=&amp;quot;1567&amp;quot; data-base=&amp;quot;USD&amp;quot; data-secondary=&amp;quot;BTC&amp;quot; data-ticker=&amp;quot;true&amp;quot; data-rank=&amp;quot;true&amp;quot; data-marketcap=&amp;quot;true&amp;quot; data-volume=&amp;quot;true&amp;quot; data-stats=&amp;quot;USD&amp;quot; data-statsticker=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Blake 2b mining ==&lt;br /&gt;
Mining of the Blake 2b based coins is best performed with GPU. ASIC mining of the Blake 2b cryptocurrencies is shares the problems inherent to the ASIC mining of most of other cryptocurrencies. Many developers discourage ASIC mining and ASICs are vulnerable to forks.&lt;br /&gt;
However, Siacoin developers are encouraging ASIC mining. Obelisk company - a business that was established by a part of the Siacoin development team is now the developer of ASICs specifically designed to mine Siacoin. The team stated that these ASICs would not be fought against. &lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SHA-256]]&lt;br /&gt;
* [[AES256]]&lt;br /&gt;
* [[Keccak]]&lt;br /&gt;
* [[Blakecoin]]&lt;br /&gt;
==Sources==&lt;br /&gt;
*[https://coinguides.org/blake2b/ Coinguides - Blake2b Algorithm – List of Blake (2b) coins, miners and its hashrate]&lt;br /&gt;
*[https://miningbitcoinguide.com/mining/sposoby/blake2b Miningbitcoinguide - Review of Blake 2b based on Cha Cha stream cipher (in Russian)]&lt;br /&gt;
*[https://en.wikipedia.org/wiki/BLAKE_(hash_function) Wikipedia - Blake (hash function)]&lt;br /&gt;
*[https://blake2.net/ Blake 2b website]&lt;br /&gt;
*[https://nano.org/en/whitepaper Nano whitepaper]&lt;br /&gt;
*[https://cryptomining24.net/list-of-cryptocurrencies/ Cryptomining24.net - List of cryptocurrencies]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>