1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Update docs

This commit is contained in:
Rhys Weatherley
2015-03-14 15:47:44 +10:00
parent 87d421783a
commit ba61fb1e01
325 changed files with 3901 additions and 1380 deletions

View File

@@ -209,7 +209,7 @@ virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="c
<p>Implements <a class="el" href="classHash.html#a4a959469433cd9348ab7f3ac6228bb34">Hash</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00169">169</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00159">159</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
</div>
</div>
@@ -254,12 +254,12 @@ virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="c
</dd>
</dl>
<p>If <em>len</em> is less than <a class="el" href="classBLAKE2b.html#a7555de16f6918ab820170a7ed3098c89" title="Size of the hash result from finalize(). ">hashSize()</a>, then the hash value will be truncated to the first <em>len</em> bytes. If <em>len</em> is greater than <a class="el" href="classBLAKE2b.html#a7555de16f6918ab820170a7ed3098c89" title="Size of the hash result from finalize(). ">hashSize()</a>, then the remaining bytes will left unchanged.</p>
<p>If <a class="el" href="classBLAKE2b.html#a0cd8146b7868bd0f4c24a3856f106d17" title="Finalizes the hashing process and returns the hash. ">finalize()</a> is called again, the same hash value is returned again until the next call to <a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a> or <a class="el" href="classBLAKE2b.html#a468e48c66ce1738e11c922d133135069" title="Updates the hash with more data. ">update()</a>.</p>
<p>If <a class="el" href="classBLAKE2b.html#a0cd8146b7868bd0f4c24a3856f106d17" title="Finalizes the hashing process and returns the hash. ">finalize()</a> is called again, then the returned <em>hash</em> value is undefined. Call <a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a> first to start a new hashing process.</p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a>, <a class="el" href="classBLAKE2b.html#a468e48c66ce1738e11c922d133135069" title="Updates the hash with more data. ">update()</a> </dd></dl>
<p>Implements <a class="el" href="classHash.html#a09b3ccec22763fc86b1415695862977c">Hash</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00149">149</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00143">143</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
</div>
</div>
@@ -345,7 +345,7 @@ virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="c
</dd>
</dl>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00104">104</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00103">103</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
</div>
</div>
@@ -389,12 +389,12 @@ virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="c
</table>
</dd>
</dl>
<p>If <a class="el" href="classBLAKE2b.html#a0cd8146b7868bd0f4c24a3856f106d17" title="Finalizes the hashing process and returns the hash. ">finalize()</a> has already been called, then calling <a class="el" href="classBLAKE2b.html#a468e48c66ce1738e11c922d133135069" title="Updates the hash with more data. ">update()</a> will <a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a> the hash and start a new hashing process.</p>
<p>If <a class="el" href="classBLAKE2b.html#a0cd8146b7868bd0f4c24a3856f106d17" title="Finalizes the hashing process and returns the hash. ">finalize()</a> has already been called, then the behavior of <a class="el" href="classBLAKE2b.html#a468e48c66ce1738e11c922d133135069" title="Updates the hash with more data. ">update()</a> will be undefined. Call <a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a> first to start a new hashing process.</p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="classBLAKE2b.html#a917beae2ca6e9831a35717a526089e8a" title="Resets the hash ready for a new hashing process. ">reset()</a>, <a class="el" href="classBLAKE2b.html#a0cd8146b7868bd0f4c24a3856f106d17" title="Finalizes the hashing process and returns the hash. ">finalize()</a> </dd></dl>
<p>Implements <a class="el" href="classHash.html#aec9761ee427d122e7450de8df200265c">Hash</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00120">120</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2b_8cpp_source.html#l00118">118</a> of file <a class="el" href="BLAKE2b_8cpp_source.html">BLAKE2b.cpp</a>.</p>
</div>
</div>
@@ -405,7 +405,7 @@ virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="c
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Mar 14 2015 09:07:25 for ArduinoLibs by &#160;<a href="http://www.doxygen.org/index.html">
Generated on Sat Mar 14 2015 15:47:30 for ArduinoLibs by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>