mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-07-18 04:21:16 +08:00
Documentation for 3f0409d7cc
This commit is contained in:
@@ -142,7 +142,7 @@ Variables</h2></td></tr>
|
||||
<p>for std::transform and std::replace for assert for uint8_t for IO operations for std::map for std::stringstream for std::string for std::vector</p>
|
||||
<p>for assert for IO operations for std::map</p>
|
||||
<p>Algorithms for encryption and decryption</p>
|
||||
<p>In programming, <a href="https://en.wikipedia.org/wiki/Base64" target="_blank">Base64</a> is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in an ASCII string format by translating the data into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Each non-final Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit Base64 digits. </p><dl class="section author"><dt>Author</dt><dd><a href="https://github.com/AshishYUO" target="_blank">Ashish Daulatabad</a> for <span class="tt">std::array</span> for <span class="tt">assert</span> operations for IO operations</dd></dl>
|
||||
<p>In programming, <a href="https://en.wikipedia.org/wiki/Base64" target="_blank">Base64</a> is a group of binary-to-text encoding schemes that represent binary data (more specifically, a sequence of 8-bit bytes) in an ASCII string format by translating the data into a radix-64 representation. The term Base64 originates from a specific MIME content transfer encoding. Each non-final Base64 digit represents exactly 6 bits of data. Three 8-bit bytes (i.e., a total of 24 bits) can therefore be represented by four 6-bit Base64 digits. </p><dl class="section author"><dt>Author</dt><dd><a href="https://github.com/AshishYUO" target="_blank">Ashish Daulatabad</a> for <span class="tt">assert</span> operations for IO operations</dd></dl>
|
||||
<p>Cipher algorithms</p>
|
||||
<p>for assert for 256-bit integer</p>
|
||||
<p>Cipher algorithms </p>
|
||||
|
||||
Reference in New Issue
Block a user