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="BLAKE2s_8cpp_source.html#l00164">164</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2s_8cpp_source.html#l00154">154</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.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="classBLAKE2s.html#af9f50aac096f92ba27b1b2dd48df4c52" 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="classBLAKE2s.html#af9f50aac096f92ba27b1b2dd48df4c52" title="Size of the hash result from finalize(). ">hashSize()</a>, then the remaining bytes will left unchanged.</p>
<p>If <a class="el" href="classBLAKE2s.html#a751a3d772cbe1cd1dad83dbd09853b1b" 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="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" title="Resets the hash ready for a new hashing process. ">reset()</a> or <a class="el" href="classBLAKE2s.html#aa192da2fa044b03cccaf11e87fdf9911" title="Updates the hash with more data. ">update()</a>.</p>
<p>If <a class="el" href="classBLAKE2s.html#a751a3d772cbe1cd1dad83dbd09853b1b" 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="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" 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="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" title="Resets the hash ready for a new hashing process. ">reset()</a>, <a class="el" href="classBLAKE2s.html#aa192da2fa044b03cccaf11e87fdf9911" 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="BLAKE2s_8cpp_source.html#l00144">144</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2s_8cpp_source.html#l00138">138</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.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="BLAKE2s_8cpp_source.html#l00103">103</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2s_8cpp_source.html#l00102">102</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.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="classBLAKE2s.html#a751a3d772cbe1cd1dad83dbd09853b1b" title="Finalizes the hashing process and returns the hash. ">finalize()</a> has already been called, then calling <a class="el" href="classBLAKE2s.html#aa192da2fa044b03cccaf11e87fdf9911" title="Updates the hash with more data. ">update()</a> will <a class="el" href="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" 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="classBLAKE2s.html#a751a3d772cbe1cd1dad83dbd09853b1b" title="Finalizes the hashing process and returns the hash. ">finalize()</a> has already been called, then the behavior of <a class="el" href="classBLAKE2s.html#aa192da2fa044b03cccaf11e87fdf9911" title="Updates the hash with more data. ">update()</a> will be undefined. Call <a class="el" href="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" 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="classBLAKE2s.html#a778776d15316c182fdb2df5a89b3ca02" title="Resets the hash ready for a new hashing process. ">reset()</a>, <a class="el" href="classBLAKE2s.html#a751a3d772cbe1cd1dad83dbd09853b1b" 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="BLAKE2s_8cpp_source.html#l00118">118</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.cpp</a>.</p>
<p>Definition at line <a class="el" href="BLAKE2s_8cpp_source.html#l00116">116</a> of file <a class="el" href="BLAKE2s_8cpp_source.html">BLAKE2s.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>