Files
C-Plus-Plus/dc/dfb/atbash__cipher_8cpp.html
2025-07-09 10:53:16 +00:00

331 lines
29 KiB
HTML

<!-- HTML header for doxygen 1.12.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.14.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>TheAlgorithms/C++: ciphers/atbash_cipher.cpp File Reference</title>
<link rel="icon" href="../../favicon.svg" type="image/x-icon" />
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@xpack-3rd-party/doxygen-awesome-css@2.2.0-1/doxygen-awesome-darkmode-toggle.js"></script>
<script type="text/javascript">
DoxygenAwesomeDarkModeToggle.init()
</script>
<script type="text/javascript" src="../../clipboard.js"></script>
<link href="../../navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../navtreedata.js"></script>
<script type="text/javascript" src="../../navtree.js"></script>
<script type="text/javascript" src="../../cookie.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<script type="text/javascript">
window.MathJax = {
options: {
ignoreHtmlClass: 'tex2jax_ignore',
processHtmlClass: 'tex2jax_process'
},
loader: {
load: ['[tex]/ams']
},
tex: {
macros: {},
packages: ['base','configmacros','ams']
}
};
</script>
<script type="text/javascript" id="MathJax-script" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
<link href="../../doxygen-awesome.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="../../project_logo.png"/></td>
<td id="projectalign">
<div id="projectname">TheAlgorithms/C++<span id="projectnumber">&#160;1.0.0</span>
</div>
<div id="projectbrief">All the algorithms implemented in C++</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.14.0 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
</script>
<script type="text/javascript">
$(function() { codefold.init(); });
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(function(){initNavTree('dc/dfb/atbash__cipher_8cpp.html','../../',''); });
</script>
<div id="container">
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">atbash_cipher.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<p><a href="https://en.wikipedia.org/wiki/Atbash" target="_blank">Atbash Cipher</a> implementation
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &lt;cassert&gt;</code><br />
<code>#include &lt;iostream&gt;</code><br />
<code>#include &lt;map&gt;</code><br />
<code>#include &lt;string&gt;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for atbash_cipher.cpp:</div>
<div class="dyncontent">
<div class="center"><iframe scrolling="no" loading="lazy" frameborder="0" src="../../d6/dd5/atbash__cipher_8cpp__incl.svg" width="318" height="111"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
</div>
</div>
<p><a href="../../dc/dfb/atbash__cipher_8cpp_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-namespaces" class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:ciphers" id="r_ciphers"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d4e/namespaceciphers.html">ciphers</a></td></tr>
<tr class="memdesc:d6/d4e/namespaceciphers"><td class="mdescLeft">&#160;</td><td class="mdescRight">Algorithms for encryption and decryption. <br /></td></tr>
<tr class="memitem:atbash" id="r_atbash"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/db3/namespaceatbash.html">atbash</a></td></tr>
<tr class="memdesc:de/db3/namespaceatbash"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for the <a href="https://en.wikipedia.org/wiki/Atbash" target="_blank">Atbash Cipher</a> implementation. <br /></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-func-members" class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a8f7dd4dcd3df7c512c20482afc2dbb9d" id="r_a8f7dd4dcd3df7c512c20482afc2dbb9d"><td class="memItemLeft" align="right" valign="top">std::string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a8f7dd4dcd3df7c512c20482afc2dbb9d">ciphers::atbash::atbash_cipher</a> (const std::string &amp;text)</td></tr>
<tr class="memdesc:a8f7dd4dcd3df7c512c20482afc2dbb9d"><td class="mdescLeft">&#160;</td><td class="mdescRight">atbash cipher encryption and decryption <br /></td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d" id="r_aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Self-test implementations. <br /></td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4" id="r_ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 id="header-var-members" class="groupheader"><a id="var-members" name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a6db8da258087a33e99296a725d84fc92" id="r_a6db8da258087a33e99296a725d84fc92"><td class="memItemLeft" align="right" valign="top">std::map&lt; char, char &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a6db8da258087a33e99296a725d84fc92">ciphers::atbash::atbash_cipher_map</a></td></tr>
</table>
<a name="details" id="details"></a><h2 id="header-details" class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a href="https://en.wikipedia.org/wiki/Atbash" target="_blank">Atbash Cipher</a> implementation </p>
<p>The Atbash cipher is a subsitution cipher where the letters of the alphabet are in reverse. For example, A is replaced with Z, B is replaced with Y, etc.</p>
<h3 class="doxsection"><a class="anchor" id="autotoc_md0"></a>
Algorithm</h3>
<p>The algorithm takes a string, and looks up the corresponding reversed letter for each letter in the word and replaces it. Spaces are ignored and case is preserved.</p>
<dl class="section author"><dt>Author</dt><dd><a href="https://github.com/Focusucof" target="_blank">Focusucof</a> </dd></dl>
<p class="definition">Definition in file <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html">atbash_cipher.cpp</a>.</p>
</div><a name="doc-func-members" id="doc-func-members"></a><h2 id="header-doc-func-members" class="groupheader">Function Documentation</h2>
<a id="a8f7dd4dcd3df7c512c20482afc2dbb9d" name="a8f7dd4dcd3df7c512c20482afc2dbb9d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8f7dd4dcd3df7c512c20482afc2dbb9d">&#9670;&#160;</a></span>atbash_cipher()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::string ciphers::atbash::atbash_cipher </td>
<td>(</td>
<td class="paramtype">const std::string &amp;</td> <td class="paramname"><span class="paramname"><em>text</em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>atbash cipher encryption and decryption </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">text</td><td>Plaintext to be encrypted </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>encoded or decoded string </dd></dl>
<p class="definition">Definition at line <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00047">47</a> of file <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html">atbash_cipher.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 47</span> {</div>
<div class="line"><span class="lineno"> 48</span> std::string result;</div>
<div class="line"><span class="lineno"> 49</span> <span class="keywordflow">for</span> (<span class="keywordtype">char</span> letter : text) {</div>
<div class="line"><span class="lineno"> 50</span> result += atbash_cipher_map[letter];</div>
<div class="line"><span class="lineno"> 51</span> }</div>
<div class="line"><span class="lineno"> 52</span> <span class="keywordflow">return</span> result;</div>
<div class="line"><span class="lineno"> 53</span>}</div>
</div><!-- fragment -->
</div>
</div>
<a id="ae66f6b31b5ad750f1fe042a706a4e3d4" name="ae66f6b31b5ad750f1fe042a706a4e3d4"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ae66f6b31b5ad750f1fe042a706a4e3d4">&#9670;&#160;</a></span>main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int main </td>
<td>(</td>
<td class="paramtype">void</td> <td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Main function. </p>
<dl class="section return"><dt>Returns</dt><dd>0 on exit </dd></dl>
<p class="definition">Definition at line <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00081">81</a> of file <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html">atbash_cipher.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 81</span> {</div>
<div class="line"><span class="lineno"> 82</span> <a class="code hl_function" href="#aa8dca7b867074164d5f45b0f3851269d">test</a>(); <span class="comment">// run self-test implementations</span></div>
<div class="line"><span class="lineno"> 83</span> <span class="keywordflow">return</span> 0;</div>
<div class="line"><span class="lineno"> 84</span>}</div>
<div class="ttc" id="aatbash__cipher_8cpp_html_aa8dca7b867074164d5f45b0f3851269d"><div class="ttname"><a href="#aa8dca7b867074164d5f45b0f3851269d">test</a></div><div class="ttdeci">static void test()</div><div class="ttdoc">Self-test implementations.</div><div class="ttdef"><b>Definition</b> <a href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00062">atbash_cipher.cpp:62</a></div></div>
</div><!-- fragment -->
</div>
</div>
<a id="aa8dca7b867074164d5f45b0f3851269d" name="aa8dca7b867074164d5f45b0f3851269d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#aa8dca7b867074164d5f45b0f3851269d">&#9670;&#160;</a></span>test()</h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">void test </td>
<td>(</td>
<td class="paramname"><span class="paramname"><em></em></span></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel static">static</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Self-test implementations. </p>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<p class="definition">Definition at line <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00062">62</a> of file <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html">atbash_cipher.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 62</span> {</div>
<div class="line"><span class="lineno"> 63</span> <span class="comment">// 1st test</span></div>
<div class="line"><span class="lineno"> 64</span> std::string text = <span class="stringliteral">&quot;Hello World&quot;</span>;</div>
<div class="line"><span class="lineno"> 65</span> std::string expected = <span class="stringliteral">&quot;Svool Dliow&quot;</span>;</div>
<div class="line"><span class="lineno"> 66</span> std::string encrypted_text = <a class="code hl_function" href="#a8f7dd4dcd3df7c512c20482afc2dbb9d">ciphers::atbash::atbash_cipher</a>(text);</div>
<div class="line"><span class="lineno"> 67</span> std::string decrypted_text = <a class="code hl_function" href="#a8f7dd4dcd3df7c512c20482afc2dbb9d">ciphers::atbash::atbash_cipher</a>(encrypted_text);</div>
<div class="line"><span class="lineno"> 68</span> assert(expected == encrypted_text);</div>
<div class="line"><span class="lineno"> 69</span> assert(text == decrypted_text);</div>
<div class="line"><span class="lineno"> 70</span> std::cout &lt;&lt; <span class="stringliteral">&quot;Original text: &quot;</span> &lt;&lt; text &lt;&lt; std::endl;</div>
<div class="line"><span class="lineno"> 71</span> std::cout &lt;&lt; <span class="stringliteral">&quot;, Expected text: &quot;</span> &lt;&lt; expected &lt;&lt; std::endl;</div>
<div class="line"><span class="lineno"> 72</span> std::cout &lt;&lt; <span class="stringliteral">&quot;, Encrypted text: &quot;</span> &lt;&lt; encrypted_text &lt;&lt; std::endl;</div>
<div class="line"><span class="lineno"> 73</span> std::cout &lt;&lt; <span class="stringliteral">&quot;, Decrypted text: &quot;</span> &lt;&lt; decrypted_text &lt;&lt; std::endl;</div>
<div class="line"><span class="lineno"> 74</span> std::cout &lt;&lt; <span class="stringliteral">&quot;\nAll tests have successfully passed!\n&quot;</span>;</div>
<div class="line"><span class="lineno"> 75</span>}</div>
<div class="ttc" id="aatbash__cipher_8cpp_html_a8f7dd4dcd3df7c512c20482afc2dbb9d"><div class="ttname"><a href="#a8f7dd4dcd3df7c512c20482afc2dbb9d">ciphers::atbash::atbash_cipher</a></div><div class="ttdeci">std::string atbash_cipher(const std::string &amp;text)</div><div class="ttdoc">atbash cipher encryption and decryption</div><div class="ttdef"><b>Definition</b> <a href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00047">atbash_cipher.cpp:47</a></div></div>
</div><!-- fragment -->
</div>
</div>
<a name="doc-var-members" id="doc-var-members"></a><h2 id="header-doc-var-members" class="groupheader">Variable Documentation</h2>
<a id="a6db8da258087a33e99296a725d84fc92" name="a6db8da258087a33e99296a725d84fc92"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a6db8da258087a33e99296a725d84fc92">&#9670;&#160;</a></span>atbash_cipher_map</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::map&lt;char, char&gt; ciphers::atbash::atbash_cipher_map</td>
</tr>
</table>
</div><div class="memdoc">
<b>Initial value:</b><div class="fragment"><div class="line">= {</div>
<div class="line"> {<span class="charliteral">&#39;a&#39;</span>, <span class="charliteral">&#39;z&#39;</span>}, {<span class="charliteral">&#39;b&#39;</span>, <span class="charliteral">&#39;y&#39;</span>}, {<span class="charliteral">&#39;c&#39;</span>, <span class="charliteral">&#39;x&#39;</span>}, {<span class="charliteral">&#39;d&#39;</span>, <span class="charliteral">&#39;w&#39;</span>}, {<span class="charliteral">&#39;e&#39;</span>, <span class="charliteral">&#39;v&#39;</span>}, {<span class="charliteral">&#39;f&#39;</span>, <span class="charliteral">&#39;u&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;g&#39;</span>, <span class="charliteral">&#39;t&#39;</span>}, {<span class="charliteral">&#39;h&#39;</span>, <span class="charliteral">&#39;s&#39;</span>}, {<span class="charliteral">&#39;i&#39;</span>, <span class="charliteral">&#39;r&#39;</span>}, {<span class="charliteral">&#39;j&#39;</span>, <span class="charliteral">&#39;q&#39;</span>}, {<span class="charliteral">&#39;k&#39;</span>, <span class="charliteral">&#39;p&#39;</span>}, {<span class="charliteral">&#39;l&#39;</span>, <span class="charliteral">&#39;o&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;m&#39;</span>, <span class="charliteral">&#39;n&#39;</span>}, {<span class="charliteral">&#39;n&#39;</span>, <span class="charliteral">&#39;m&#39;</span>}, {<span class="charliteral">&#39;o&#39;</span>, <span class="charliteral">&#39;l&#39;</span>}, {<span class="charliteral">&#39;p&#39;</span>, <span class="charliteral">&#39;k&#39;</span>}, {<span class="charliteral">&#39;q&#39;</span>, <span class="charliteral">&#39;j&#39;</span>}, {<span class="charliteral">&#39;r&#39;</span>, <span class="charliteral">&#39;i&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;s&#39;</span>, <span class="charliteral">&#39;h&#39;</span>}, {<span class="charliteral">&#39;t&#39;</span>, <span class="charliteral">&#39;g&#39;</span>}, {<span class="charliteral">&#39;u&#39;</span>, <span class="charliteral">&#39;f&#39;</span>}, {<span class="charliteral">&#39;v&#39;</span>, <span class="charliteral">&#39;e&#39;</span>}, {<span class="charliteral">&#39;w&#39;</span>, <span class="charliteral">&#39;d&#39;</span>}, {<span class="charliteral">&#39;x&#39;</span>, <span class="charliteral">&#39;c&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;y&#39;</span>, <span class="charliteral">&#39;b&#39;</span>}, {<span class="charliteral">&#39;z&#39;</span>, <span class="charliteral">&#39;a&#39;</span>}, {<span class="charliteral">&#39;A&#39;</span>, <span class="charliteral">&#39;Z&#39;</span>}, {<span class="charliteral">&#39;B&#39;</span>, <span class="charliteral">&#39;Y&#39;</span>}, {<span class="charliteral">&#39;C&#39;</span>, <span class="charliteral">&#39;X&#39;</span>}, {<span class="charliteral">&#39;D&#39;</span>, <span class="charliteral">&#39;W&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;E&#39;</span>, <span class="charliteral">&#39;V&#39;</span>}, {<span class="charliteral">&#39;F&#39;</span>, <span class="charliteral">&#39;U&#39;</span>}, {<span class="charliteral">&#39;G&#39;</span>, <span class="charliteral">&#39;T&#39;</span>}, {<span class="charliteral">&#39;H&#39;</span>, <span class="charliteral">&#39;S&#39;</span>}, {<span class="charliteral">&#39;I&#39;</span>, <span class="charliteral">&#39;R&#39;</span>}, {<span class="charliteral">&#39;J&#39;</span>, <span class="charliteral">&#39;Q&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;K&#39;</span>, <span class="charliteral">&#39;P&#39;</span>}, {<span class="charliteral">&#39;L&#39;</span>, <span class="charliteral">&#39;O&#39;</span>}, {<span class="charliteral">&#39;M&#39;</span>, <span class="charliteral">&#39;N&#39;</span>}, {<span class="charliteral">&#39;N&#39;</span>, <span class="charliteral">&#39;M&#39;</span>}, {<span class="charliteral">&#39;O&#39;</span>, <span class="charliteral">&#39;L&#39;</span>}, {<span class="charliteral">&#39;P&#39;</span>, <span class="charliteral">&#39;K&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;Q&#39;</span>, <span class="charliteral">&#39;J&#39;</span>}, {<span class="charliteral">&#39;R&#39;</span>, <span class="charliteral">&#39;I&#39;</span>}, {<span class="charliteral">&#39;S&#39;</span>, <span class="charliteral">&#39;H&#39;</span>}, {<span class="charliteral">&#39;T&#39;</span>, <span class="charliteral">&#39;G&#39;</span>}, {<span class="charliteral">&#39;U&#39;</span>, <span class="charliteral">&#39;F&#39;</span>}, {<span class="charliteral">&#39;V&#39;</span>, <span class="charliteral">&#39;E&#39;</span>},</div>
<div class="line"> {<span class="charliteral">&#39;W&#39;</span>, <span class="charliteral">&#39;D&#39;</span>}, {<span class="charliteral">&#39;X&#39;</span>, <span class="charliteral">&#39;C&#39;</span>}, {<span class="charliteral">&#39;Y&#39;</span>, <span class="charliteral">&#39;B&#39;</span>}, {<span class="charliteral">&#39;Z&#39;</span>, <span class="charliteral">&#39;A&#39;</span>}, {<span class="charliteral">&#39; &#39;</span>, <span class="charliteral">&#39; &#39;</span>}</div>
<div class="line"> </div>
<div class="line">}</div>
</div><!-- fragment -->
<p class="definition">Definition at line <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html#l00029">29</a> of file <a class="el" href="../../dc/dfb/atbash__cipher_8cpp_source.html">atbash_cipher.cpp</a>.</p>
<div class="fragment"><div class="line"><span class="lineno"> 29</span> {</div>
<div class="line"><span class="lineno"> 30</span> {<span class="charliteral">&#39;a&#39;</span>, <span class="charliteral">&#39;z&#39;</span>}, {<span class="charliteral">&#39;b&#39;</span>, <span class="charliteral">&#39;y&#39;</span>}, {<span class="charliteral">&#39;c&#39;</span>, <span class="charliteral">&#39;x&#39;</span>}, {<span class="charliteral">&#39;d&#39;</span>, <span class="charliteral">&#39;w&#39;</span>}, {<span class="charliteral">&#39;e&#39;</span>, <span class="charliteral">&#39;v&#39;</span>}, {<span class="charliteral">&#39;f&#39;</span>, <span class="charliteral">&#39;u&#39;</span>},</div>
<div class="line"><span class="lineno"> 31</span> {<span class="charliteral">&#39;g&#39;</span>, <span class="charliteral">&#39;t&#39;</span>}, {<span class="charliteral">&#39;h&#39;</span>, <span class="charliteral">&#39;s&#39;</span>}, {<span class="charliteral">&#39;i&#39;</span>, <span class="charliteral">&#39;r&#39;</span>}, {<span class="charliteral">&#39;j&#39;</span>, <span class="charliteral">&#39;q&#39;</span>}, {<span class="charliteral">&#39;k&#39;</span>, <span class="charliteral">&#39;p&#39;</span>}, {<span class="charliteral">&#39;l&#39;</span>, <span class="charliteral">&#39;o&#39;</span>},</div>
<div class="line"><span class="lineno"> 32</span> {<span class="charliteral">&#39;m&#39;</span>, <span class="charliteral">&#39;n&#39;</span>}, {<span class="charliteral">&#39;n&#39;</span>, <span class="charliteral">&#39;m&#39;</span>}, {<span class="charliteral">&#39;o&#39;</span>, <span class="charliteral">&#39;l&#39;</span>}, {<span class="charliteral">&#39;p&#39;</span>, <span class="charliteral">&#39;k&#39;</span>}, {<span class="charliteral">&#39;q&#39;</span>, <span class="charliteral">&#39;j&#39;</span>}, {<span class="charliteral">&#39;r&#39;</span>, <span class="charliteral">&#39;i&#39;</span>},</div>
<div class="line"><span class="lineno"> 33</span> {<span class="charliteral">&#39;s&#39;</span>, <span class="charliteral">&#39;h&#39;</span>}, {<span class="charliteral">&#39;t&#39;</span>, <span class="charliteral">&#39;g&#39;</span>}, {<span class="charliteral">&#39;u&#39;</span>, <span class="charliteral">&#39;f&#39;</span>}, {<span class="charliteral">&#39;v&#39;</span>, <span class="charliteral">&#39;e&#39;</span>}, {<span class="charliteral">&#39;w&#39;</span>, <span class="charliteral">&#39;d&#39;</span>}, {<span class="charliteral">&#39;x&#39;</span>, <span class="charliteral">&#39;c&#39;</span>},</div>
<div class="line"><span class="lineno"> 34</span> {<span class="charliteral">&#39;y&#39;</span>, <span class="charliteral">&#39;b&#39;</span>}, {<span class="charliteral">&#39;z&#39;</span>, <span class="charliteral">&#39;a&#39;</span>}, {<span class="charliteral">&#39;A&#39;</span>, <span class="charliteral">&#39;Z&#39;</span>}, {<span class="charliteral">&#39;B&#39;</span>, <span class="charliteral">&#39;Y&#39;</span>}, {<span class="charliteral">&#39;C&#39;</span>, <span class="charliteral">&#39;X&#39;</span>}, {<span class="charliteral">&#39;D&#39;</span>, <span class="charliteral">&#39;W&#39;</span>},</div>
<div class="line"><span class="lineno"> 35</span> {<span class="charliteral">&#39;E&#39;</span>, <span class="charliteral">&#39;V&#39;</span>}, {<span class="charliteral">&#39;F&#39;</span>, <span class="charliteral">&#39;U&#39;</span>}, {<span class="charliteral">&#39;G&#39;</span>, <span class="charliteral">&#39;T&#39;</span>}, {<span class="charliteral">&#39;H&#39;</span>, <span class="charliteral">&#39;S&#39;</span>}, {<span class="charliteral">&#39;I&#39;</span>, <span class="charliteral">&#39;R&#39;</span>}, {<span class="charliteral">&#39;J&#39;</span>, <span class="charliteral">&#39;Q&#39;</span>},</div>
<div class="line"><span class="lineno"> 36</span> {<span class="charliteral">&#39;K&#39;</span>, <span class="charliteral">&#39;P&#39;</span>}, {<span class="charliteral">&#39;L&#39;</span>, <span class="charliteral">&#39;O&#39;</span>}, {<span class="charliteral">&#39;M&#39;</span>, <span class="charliteral">&#39;N&#39;</span>}, {<span class="charliteral">&#39;N&#39;</span>, <span class="charliteral">&#39;M&#39;</span>}, {<span class="charliteral">&#39;O&#39;</span>, <span class="charliteral">&#39;L&#39;</span>}, {<span class="charliteral">&#39;P&#39;</span>, <span class="charliteral">&#39;K&#39;</span>},</div>
<div class="line"><span class="lineno"> 37</span> {<span class="charliteral">&#39;Q&#39;</span>, <span class="charliteral">&#39;J&#39;</span>}, {<span class="charliteral">&#39;R&#39;</span>, <span class="charliteral">&#39;I&#39;</span>}, {<span class="charliteral">&#39;S&#39;</span>, <span class="charliteral">&#39;H&#39;</span>}, {<span class="charliteral">&#39;T&#39;</span>, <span class="charliteral">&#39;G&#39;</span>}, {<span class="charliteral">&#39;U&#39;</span>, <span class="charliteral">&#39;F&#39;</span>}, {<span class="charliteral">&#39;V&#39;</span>, <span class="charliteral">&#39;E&#39;</span>},</div>
<div class="line"><span class="lineno"> 38</span> {<span class="charliteral">&#39;W&#39;</span>, <span class="charliteral">&#39;D&#39;</span>}, {<span class="charliteral">&#39;X&#39;</span>, <span class="charliteral">&#39;C&#39;</span>}, {<span class="charliteral">&#39;Y&#39;</span>, <span class="charliteral">&#39;B&#39;</span>}, {<span class="charliteral">&#39;Z&#39;</span>, <span class="charliteral">&#39;A&#39;</span>}, {<span class="charliteral">&#39; &#39;</span>, <span class="charliteral">&#39; &#39;</span>}</div>
<div class="line"><span class="lineno"> 39</span> </div>
<div class="line"><span class="lineno"> 40</span>};</div>
</div><!-- fragment -->
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div id="page-nav" class="page-nav-panel">
<div id="page-nav-resize-handle"></div>
<div id="page-nav-tree">
<div id="page-nav-contents">
</div><!-- page-nav-contents -->
</div><!-- page-nav-tree -->
</div><!-- page-nav -->
</div><!-- container -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a href="../../dir_4d6e05837bf820fb089a8a8cdf2f42b7.html">ciphers</a></li><li class="navelem"><a href="../../dc/dfb/atbash__cipher_8cpp.html">atbash_cipher.cpp</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.14.0 </li>
</ul>
</div>
</body>
</html>