⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struct_cipher_mode_documentation.html

📁 Crypto++是一个非常强大的密码学库,主要是功能全
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Crypto++: CipherModeDocumentation struct Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>CipherModeDocumentation Struct Reference</h1><code>#include &lt;<a class="el" href="modes_8h-source.html">modes.h</a>&gt;</code><p><p>Inheritance diagram for CipherModeDocumentation:<p><center><img src="struct_cipher_mode_documentation.png" usemap="#CipherModeDocumentation_map" border="0" alt=""></center><map name="CipherModeDocumentation_map"><area href="struct_symmetric_cipher_documentation.html" alt="SymmetricCipherDocumentation" shape="rect" coords="0,0,199,24"><area href="struct_c_b_c___c_t_s___mode.html" alt="CBC_CTS_Mode< CIPHER >" shape="rect" coords="209,112,408,136"><area href="struct_c_b_c___c_t_s___mode___external_cipher.html" alt="CBC_CTS_Mode_ExternalCipher" shape="rect" coords="209,168,408,192"><area href="struct_c_b_c___mode.html" alt="CBC_Mode< CIPHER >" shape="rect" coords="209,224,408,248"><area href="struct_c_b_c___mode___external_cipher.html" alt="CBC_Mode_ExternalCipher" shape="rect" coords="209,280,408,304"><area href="struct_c_f_b___mode.html" alt="CFB_Mode< CIPHER >" shape="rect" coords="209,336,408,360"><area href="struct_c_f_b___mode___external_cipher.html" alt="CFB_Mode_ExternalCipher" shape="rect" coords="209,392,408,416"><area href="struct_c_t_r___mode.html" alt="CTR_Mode< CIPHER >" shape="rect" coords="209,448,408,472"><area href="struct_c_t_r___mode___external_cipher.html" alt="CTR_Mode_ExternalCipher" shape="rect" coords="209,504,408,528"><area href="struct_e_c_b___mode.html" alt="ECB_Mode< CIPHER >" shape="rect" coords="209,560,408,584"><area href="struct_e_c_b___mode___external_cipher.html" alt="ECB_Mode_ExternalCipher" shape="rect" coords="209,616,408,640"><area href="struct_o_f_b___mode.html" alt="OFB_Mode< CIPHER >" shape="rect" coords="209,672,408,696"><area href="struct_o_f_b___mode___external_cipher.html" alt="OFB_Mode_ExternalCipher" shape="rect" coords="209,728,408,752"></map><a href="struct_cipher_mode_documentation-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>Cipher mode documentation. See NIST SP 800-38A for definitions of these modes. <p>Each class derived from this one defines two types, Encryption and Decryption, both of which implement the <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a> interface. For each mode there are two classes, one of which is a template class, and the other one has a name that ends in "_ExternalCipher". The "external cipher" mode objects hold a reference to the underlying block cipher, instead of holding an instance of it. The reference must be passed in to the constructor. For the "cipher holder" classes, the CIPHER template parameter should be a class derived from <a class="el" href="struct_block_cipher_documentation.html">BlockCipherDocumentation</a>, for example <a class="el" href="class_d_e_s.html">DES</a> or <a class="el" href="class_a_e_s.html">AES</a>. <p><p>Definition at line <a class="el" href="modes_8h-source.html#l00026">26</a> of file <a class="el" href="modes_8h-source.html">modes.h</a>.<table border=0 cellpadding=0 cellspacing=0><tr><td></td></tr><tr><td colspan=2><br><h2>Public Types</h2></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a name="_symmetric_cipher_documentationw0" doxytag="CipherModeDocumentation::Encryption"></a>typedef <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="struct_cipher_mode_documentation.html#_symmetric_cipher_documentationw0">Encryption</a></td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">implements the <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a> interface <br><br></td></tr><tr><td class="memItemLeft" nowrap align=right valign=top><a name="_symmetric_cipher_documentationw1" doxytag="CipherModeDocumentation::Decryption"></a>typedef <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a>&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="struct_cipher_mode_documentation.html#_symmetric_cipher_documentationw1">Decryption</a></td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">implements the <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a> interface <br><br></td></tr></table><hr>The documentation for this struct was generated from the following file:<ul><li><a class="el" href="modes_8h-source.html">modes.h</a></ul><hr size="1"><address style="align: right;"><small>Generated on Tue Jul 8 23:34:40 2003 for Crypto++ by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -