mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Update docs
This commit is contained in:
@@ -142,14 +142,14 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
|
||||
<div class="ttc" id="classSpeck_html_a18a3b982a2cbc48befc8d498de08f188"><div class="ttname"><a href="classSpeck.html#a18a3b982a2cbc48befc8d498de08f188">Speck::blockSize</a></div><div class="ttdeci">size_t blockSize() const </div><div class="ttdoc">Size of a single block processed by this cipher, in bytes. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00082">Speck.cpp:82</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_a1f0ea433652d791317863de8a50a0580"><div class="ttname"><a href="classSpeck.html#a1f0ea433652d791317863de8a50a0580">Speck::Speck</a></div><div class="ttdeci">Speck()</div><div class="ttdoc">Constructs a Speck block cipher with no initial key. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00072">Speck.cpp:72</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html"><div class="ttname"><a href="classSpeck.html">Speck</a></div><div class="ttdoc">Speck block cipher with a 128-bit block size. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8h_source.html#l00028">Speck.h:28</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_af6b8b91929e4b5b2023400688c9437f9"><div class="ttname"><a href="classSpeck.html#af6b8b91929e4b5b2023400688c9437f9">Speck::encryptBlock</a></div><div class="ttdeci">void encryptBlock(uint8_t *output, const uint8_t *input)</div><div class="ttdoc">Encrypts a single block using this cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00306">Speck.cpp:306</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_ad8c040df1c52d2559da8fdb3963d28b4"><div class="ttname"><a href="classSpeck.html#ad8c040df1c52d2559da8fdb3963d28b4">Speck::decryptBlock</a></div><div class="ttdeci">void decryptBlock(uint8_t *output, const uint8_t *input)</div><div class="ttdoc">Decrypts a single block using this cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00457">Speck.cpp:457</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_af6b8b91929e4b5b2023400688c9437f9"><div class="ttname"><a href="classSpeck.html#af6b8b91929e4b5b2023400688c9437f9">Speck::encryptBlock</a></div><div class="ttdeci">void encryptBlock(uint8_t *output, const uint8_t *input)</div><div class="ttdoc">Encrypts a single block using this cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00303">Speck.cpp:303</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_ad8c040df1c52d2559da8fdb3963d28b4"><div class="ttname"><a href="classSpeck.html#ad8c040df1c52d2559da8fdb3963d28b4">Speck::decryptBlock</a></div><div class="ttdeci">void decryptBlock(uint8_t *output, const uint8_t *input)</div><div class="ttdoc">Decrypts a single block using this cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00425">Speck.cpp:425</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_a7a07fc025bd25d832e9899333b5dabef"><div class="ttname"><a href="classSpeck.html#a7a07fc025bd25d832e9899333b5dabef">Speck::setKey</a></div><div class="ttdeci">bool setKey(const uint8_t *key, size_t len)</div><div class="ttdoc">Sets the key to use for future encryption and decryption operations. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00105">Speck.cpp:105</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_aa3866273282addabb9d3703c41fdc95f"><div class="ttname"><a href="classSpeck.html#aa3866273282addabb9d3703c41fdc95f">Speck::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdoc">Clears all security-sensitive state from this block cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00611">Speck.cpp:611</a></div></div>
|
||||
<div class="ttc" id="classSpeck_html_aa3866273282addabb9d3703c41fdc95f"><div class="ttname"><a href="classSpeck.html#aa3866273282addabb9d3703c41fdc95f">Speck::clear</a></div><div class="ttdeci">void clear()</div><div class="ttdoc">Clears all security-sensitive state from this block cipher. </div><div class="ttdef"><b>Definition:</b> <a href="Speck_8cpp_source.html#l00550">Speck.cpp:550</a></div></div>
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
<hr class="footer"/><address class="footer"><small>
|
||||
Generated on Sat Aug 27 2016 14:32:20 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
Generated on Fri Nov 3 2017 10:48:53 for ArduinoLibs by  <a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/>
|
||||
</a> 1.8.6
|
||||
</small></address>
|
||||
|
||||
Reference in New Issue
Block a user