Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -3,7 +3,7 @@
<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.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Algorithms_in_C++: hashing/sha1.cpp File Reference</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -121,34 +121,34 @@ Include dependency graph for sha1.cpp:</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="namespaces" name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:d6/d0c/namespacehashing"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d0c/namespacehashing.html">hashing</a></td></tr>
<tr class="memitem:d6/d0c/namespacehashing" id="r_d6/d0c/namespacehashing"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d0c/namespacehashing.html">hashing</a></td></tr>
<tr class="memdesc:d6/d0c/namespacehashing"><td class="mdescLeft">&#160;</td><td class="mdescRight">Hashing algorithms. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:de/dd3/namespace_s_h_a"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dd3/namespace_s_h_a.html">SHA</a></td></tr>
<tr class="memitem:de/dd3/namespace_s_h_a" id="r_de/dd3/namespace_s_h_a"><td class="memItemLeft" align="right" valign="top">namespace &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../de/dd3/namespace_s_h_a.html">SHA</a></td></tr>
<tr class="memdesc:de/dd3/namespace_s_h_a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Functions for the <a href="https://en.wikipedia.org/wiki/SHA-1" target="_blank">SHA-1</a> algorithm implementation. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:acf6bd970f29a68702bdbdfe8338e45e0"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#acf6bd970f29a68702bdbdfe8338e45e0">hashing::sha1::leftRotate32bits</a> (uint32_t n, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> rotate)</td></tr>
<tr class="memitem:acf6bd970f29a68702bdbdfe8338e45e0" id="r_acf6bd970f29a68702bdbdfe8338e45e0"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#acf6bd970f29a68702bdbdfe8338e45e0">hashing::sha1::leftRotate32bits</a> (uint32_t n, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/types/size_t.html">std::size_t</a> rotate)</td></tr>
<tr class="memdesc:acf6bd970f29a68702bdbdfe8338e45e0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Rotates the bits of a 32-bit unsigned integer. <br /></td></tr>
<tr class="separator:acf6bd970f29a68702bdbdfe8338e45e0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aada0803ef851d831b7a290a924e3c228"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#aada0803ef851d831b7a290a924e3c228">hashing::sha1::sig2hex</a> (void *sig)</td></tr>
<tr class="memitem:aada0803ef851d831b7a290a924e3c228" id="r_aada0803ef851d831b7a290a924e3c228"><td class="memItemLeft" align="right" valign="top"><a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#aada0803ef851d831b7a290a924e3c228">hashing::sha1::sig2hex</a> (void *sig)</td></tr>
<tr class="memdesc:aada0803ef851d831b7a290a924e3c228"><td class="mdescLeft">&#160;</td><td class="mdescRight">Transforms the 160-bit SHA-1 signature into a 40 char hex string. <br /></td></tr>
<tr class="separator:aada0803ef851d831b7a290a924e3c228"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7be3471f7e489d7d0df42b97a48bf141"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#a7be3471f7e489d7d0df42b97a48bf141">hashing::sha1::hash_bs</a> (const void *input_bs, uint64_t input_size)</td></tr>
<tr class="memitem:a7be3471f7e489d7d0df42b97a48bf141" id="r_a7be3471f7e489d7d0df42b97a48bf141"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#a7be3471f7e489d7d0df42b97a48bf141">hashing::sha1::hash_bs</a> (const void *input_bs, uint64_t input_size)</td></tr>
<tr class="memdesc:a7be3471f7e489d7d0df42b97a48bf141"><td class="mdescLeft">&#160;</td><td class="mdescRight">The SHA-1 algorithm itself, taking in a bytestring. <br /></td></tr>
<tr class="separator:a7be3471f7e489d7d0df42b97a48bf141"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2397f2444a05e4d1487c67e215410d3c"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#a2397f2444a05e4d1487c67e215410d3c">hashing::sha1::hash</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;message)</td></tr>
<tr class="memitem:a2397f2444a05e4d1487c67e215410d3c" id="r_a2397f2444a05e4d1487c67e215410d3c"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#a2397f2444a05e4d1487c67e215410d3c">hashing::sha1::hash</a> (const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/string/basic_string.html">std::string</a> &amp;message)</td></tr>
<tr class="memdesc:a2397f2444a05e4d1487c67e215410d3c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Converts the string to bytestring and calls the main algorithm. <br /></td></tr>
<tr class="separator:a2397f2444a05e4d1487c67e215410d3c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aa8dca7b867074164d5f45b0f3851269d"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</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="../../d8/d7a/sha1_8cpp.html#aa8dca7b867074164d5f45b0f3851269d">test</a> ()</td></tr>
<tr class="memdesc:aa8dca7b867074164d5f45b0f3851269d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Self-test implementations of well-known SHA-1 hashes. <br /></td></tr>
<tr class="separator:aa8dca7b867074164d5f45b0f3851269d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac9e1a11f44135b890dd10a00e73b5661"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#ac9e1a11f44135b890dd10a00e73b5661">interactive</a> ()</td></tr>
<tr class="memitem:ac9e1a11f44135b890dd10a00e73b5661" id="r_ac9e1a11f44135b890dd10a00e73b5661"><td class="memItemLeft" align="right" valign="top">static void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#ac9e1a11f44135b890dd10a00e73b5661">interactive</a> ()</td></tr>
<tr class="memdesc:ac9e1a11f44135b890dd10a00e73b5661"><td class="mdescLeft">&#160;</td><td class="mdescRight">Puts user in a loop where inputs can be given and SHA-1 hash will be computed and printed. <br /></td></tr>
<tr class="separator:ac9e1a11f44135b890dd10a00e73b5661"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d8/d7a/sha1_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</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="../../d8/d7a/sha1_8cpp.html#ae66f6b31b5ad750f1fe042a706a4e3d4">main</a> ()</td></tr>
<tr class="memdesc:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main function. <br /></td></tr>
<tr class="separator:ae66f6b31b5ad750f1fe042a706a4e3d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -632,7 +632,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_ece9b94c107bbaa1dd68197a8c9983b9.html">hashing</a></li><li class="navelem"><a class="el" href="../../d8/d7a/sha1_8cpp.html">sha1.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.9.7 </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.9.8 </li>
</ul>
</div>
</body>

View File

@@ -1,5 +1,5 @@
<map id="hashing::sha1::hash" name="hashing::sha1::hash">
<area shape="rect" id="Node000001" title="Converts the string to bytestring and calls the main algorithm." alt="" coords="5,5,144,31"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/size.html#" title=" " alt="" coords="192,5,303,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="144,16,177,16,177,21,144,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="144,16,176,16,176,21,144,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: hashing::sha1::hash Pages: 1 -->
<svg width="231pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M104.05,-9.62C112.15,-9.62 120.54,-9.62 128.66,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.52,-13.13 138.52,-9.62 128.52,-6.13 128.52,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M104.05,-9.62C111.97,-9.62 120.16,-9.62 128.11,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128,-13.13 138,-9.63 128,-6.13 128,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: hashing::sha1::hash Pages: 1 -->
<svg width="231pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M104.05,-9.62C112.15,-9.62 120.54,-9.62 128.66,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.52,-13.13 138.52,-9.62 128.52,-6.13 128.52,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M104.05,-9.62C111.97,-9.62 120.16,-9.62 128.11,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="128,-13.13 138,-9.63 128,-6.13 128,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,7 +1,7 @@
<map id="hashing::sha1::hash_bs" name="hashing::sha1::hash_bs">
<area shape="rect" id="Node000001" title="The SHA&#45;1 algorithm itself, taking in a bytestring." alt="" coords="5,31,165,56"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/container/vector/begin.html#" title=" " alt="" coords="213,5,335,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="165,30,197,26,198,31,166,35"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="165,30,197,26,197,31,166,35"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/algorithm/copy.html#" title=" " alt="" coords="236,55,312,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="166,51,222,58,221,64,165,56"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="166,51,221,58,221,63,165,56"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: hashing::sha1::hash_bs Pages: 1 -->
<svg width="255pt" height="64pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M119.96,-35.68C128.04,-36.78 136.3,-37.91 144.32,-39"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.67,-42.58 154.05,-40.46 144.62,-35.64 143.67,-42.58"/>
<path fill="none" stroke="#63b8ff" d="M119.96,-35.68C127.85,-36.76 135.93,-37.86 143.77,-38.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.17,-42.37 153.55,-40.25 144.12,-35.44 143.17,-42.37"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M119.96,-19.99C134.22,-18.15 149.08,-16.24 162.09,-14.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.52,-17.91 171.99,-13.16 161.62,-10.96 162.52,-17.91"/>
<path fill="none" stroke="#63b8ff" d="M119.96,-19.99C134.08,-18.17 148.78,-16.28 161.7,-14.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.02,-18.1 171.49,-13.35 161.12,-11.16 162.02,-18.1"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: hashing::sha1::hash_bs Pages: 1 -->
<svg width="255pt" height="64pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M119.96,-35.68C128.04,-36.78 136.3,-37.91 144.32,-39"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.67,-42.58 154.05,-40.46 144.62,-35.64 143.67,-42.58"/>
<path fill="none" stroke="#63b8ff" d="M119.96,-35.68C127.85,-36.76 135.93,-37.86 143.77,-38.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="143.17,-42.37 153.55,-40.25 144.12,-35.44 143.17,-42.37"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M119.96,-19.99C134.22,-18.15 149.08,-16.24 162.09,-14.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.52,-17.91 171.99,-13.16 161.62,-10.96 162.52,-17.91"/>
<path fill="none" stroke="#63b8ff" d="M119.96,-19.99C134.08,-18.17 148.78,-16.28 161.7,-14.61"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="162.02,-18.1 171.49,-13.35 161.12,-11.16 162.02,-18.1"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,5 +1,5 @@
<map id="test" name="test">
<area shape="rect" id="Node000001" title="Self&#45;test implementations of well&#45;known SHA&#45;1 hashes." alt="" coords="5,5,49,31"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="97,5,168,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,82,16,82,21,49,21"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="49,16,81,16,81,21,49,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: test Pages: 1 -->
<svg width="130pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.94,-9.62 48.68,-9.62 57.32,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.08,-13.13 67.08,-9.62 57.08,-6.13 57.08,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.78,-9.62 48.3,-9.62 56.75,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.56,-13.13 66.56,-9.63 56.56,-6.13 56.56,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: test Pages: 1 -->
<svg width="130pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.94,-9.62 48.68,-9.62 57.32,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="57.08,-13.13 67.08,-9.62 57.08,-6.13 57.08,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M32.83,-9.62C39.78,-9.62 48.3,-9.62 56.75,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="56.56,-13.13 66.56,-9.63 56.56,-6.13 56.56,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -1,9 +1,9 @@
<map id="interactive" name="interactive">
<area shape="rect" id="Node000001" title="Puts user in a loop where inputs can be given and SHA&#45;1 hash will be computed and printed." alt="" coords="5,55,87,80"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/compare.html#" title=" " alt="" coords="135,5,272,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="86,52,146,33,147,38,88,57"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="86,52,145,34,147,39,88,57"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="168,55,239,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="87,65,153,65,153,70,87,70"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="87,65,152,65,152,70,87,70"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/getline.html#" title=" " alt="" coords="161,104,246,130"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="88,78,147,97,146,102,86,83"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="88,78,147,96,145,101,86,83"/>
</map>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: interactive Pages: 1 -->
<svg width="208pt" height="101pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-56.15C74.88,-60.46 91.07,-65.62 105.74,-70.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.52,-73.91 115.11,-73.61 106.64,-67.24 104.52,-73.91"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-56.15C74.75,-60.42 90.75,-65.52 105.32,-70.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.07,-73.45 114.66,-73.15 106.2,-66.78 104.07,-73.45"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-46.62C76.43,-46.62 94.82,-46.62 110.73,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.28,-50.13 120.28,-46.62 110.28,-43.13 110.28,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-46.62C76.14,-46.62 94.11,-46.62 109.81,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.77,-50.13 119.77,-46.63 109.77,-43.13 109.77,-50.13"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-37.1C74.88,-32.79 91.07,-27.63 105.74,-22.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.64,-26.01 115.11,-19.64 104.52,-19.34 106.64,-26.01"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-37.1C74.75,-32.83 90.75,-27.73 105.32,-23.08"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.2,-26.47 114.66,-20.1 104.07,-19.8 106.2,-26.47"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: interactive Pages: 1 -->
<svg width="208pt" height="101pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-56.15C74.88,-60.46 91.07,-65.62 105.74,-70.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.52,-73.91 115.11,-73.61 106.64,-67.24 104.52,-73.91"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-56.15C74.75,-60.42 90.75,-65.52 105.32,-70.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="104.07,-73.45 114.66,-73.15 106.2,-66.78 104.07,-73.45"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;Node3</title>
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-46.62C76.43,-46.62 94.82,-46.62 110.73,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="110.28,-50.13 120.28,-46.62 110.28,-43.13 110.28,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-46.62C76.14,-46.62 94.11,-46.62 109.81,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.77,-50.13 119.77,-46.63 109.77,-43.13 109.77,-50.13"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;Node4</title>
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M61.37,-37.1C74.88,-32.79 91.07,-27.63 105.74,-22.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.64,-26.01 115.11,-19.64 104.52,-19.34 106.64,-26.01"/>
<path fill="none" stroke="#63b8ff" d="M61.37,-37.1C74.75,-32.83 90.75,-27.73 105.32,-23.08"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.2,-26.47 114.66,-20.1 104.07,-19.8 106.2,-26.47"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -1,13 +1,13 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title="Main function." alt="" coords="5,80,55,106"/>
<area shape="rect" id="Node000002" href="$d8/d7a/sha1_8cpp.html#ac9e1a11f44135b890dd10a00e73b5661" title="Puts user in a loop where inputs can be given and SHA&#45;1 hash will be computed and printed." alt="" coords="103,55,184,80"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,85,87,77,89,82,55,90"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,85,87,77,88,83,55,90"/>
<area shape="rect" id="Node000006" href="$d8/d7a/sha1_8cpp.html#aa8dca7b867074164d5f45b0f3851269d" title="Self&#45;test implementations of well&#45;known SHA&#45;1 hashes." alt="" coords="122,104,165,130"/>
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="55,95,108,107,107,112,54,101"/>
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="55,95,107,107,106,112,54,101"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/compare.html#" title=" " alt="" coords="232,5,369,31"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="184,52,243,33,244,38,185,57"/>
<area shape="poly" id="edge2_Node000002_Node000003" title=" " alt="" coords="184,52,242,34,244,39,185,57"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/manip/endl.html#" title=" " alt="" coords="265,104,336,130"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="185,78,252,99,250,104,184,83"/>
<area shape="poly" id="edge3_Node000002_Node000004" title=" " alt="" coords="185,78,251,99,249,104,184,83"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/basic_string/getline.html#" title=" " alt="" coords="258,55,343,80"/>
<area shape="poly" id="edge4_Node000002_Node000005" title=" " alt="" coords="184,65,243,65,243,70,184,70"/>
<area shape="poly" id="edge6_Node000006_Node000004" title=" " alt="" coords="166,114,250,114,250,120,166,120"/>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="281pt" height="101pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.1,-31.65C44.41,-33.33 53.22,-35.34 61.97,-37.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.98,-40.94 71.51,-39.76 62.54,-34.12 60.98,-40.94"/>
<path fill="none" stroke="#63b8ff" d="M37.1,-31.65C44.25,-33.29 52.83,-35.25 61.39,-37.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.5,-40.6 71.03,-39.42 62.06,-33.78 60.5,-40.6"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.1,-23.81C48.51,-21.33 63.58,-18.07 76.37,-15.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.85,-18.55 85.88,-13.01 75.37,-11.71 76.85,-18.55"/>
<path fill="none" stroke="#63b8ff" d="M37.1,-23.81C48.4,-21.36 63.27,-18.13 75.98,-15.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.37,-18.87 85.4,-13.33 74.89,-12.03 76.37,-18.87"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-56.15C147.88,-60.46 164.07,-65.62 178.74,-70.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.52,-73.91 188.11,-73.61 179.64,-67.24 177.52,-73.91"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-56.15C147.75,-60.42 163.75,-65.52 178.32,-70.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.07,-73.45 187.66,-73.15 179.2,-66.78 177.07,-73.45"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-37.1C149.57,-32.25 168.17,-26.32 184.19,-21.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="184.82,-24.36 193.28,-17.99 182.69,-17.69 184.82,-24.36"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-37.1C149.43,-32.29 167.82,-26.43 183.73,-21.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="184.38,-24.82 192.84,-18.45 182.25,-18.15 184.38,-24.82"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-46.62C147.75,-46.62 163.75,-46.62 178.32,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.11,-50.13 188.11,-46.62 178.11,-43.13 178.11,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-46.62C147.62,-46.62 163.44,-46.62 177.89,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.59,-50.13 187.59,-46.63 177.59,-43.13 177.59,-50.13"/>
</a>
</g>
</g>
@@ -121,8 +121,8 @@
<g id="edge6_Node000006_Node000004" class="edge">
<title>Node6&#45;&gt;Node4</title>
<g id="a_edge6_Node000006_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M120.14,-9.62C136.36,-9.62 162.3,-9.62 183.74,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="183.47,-13.13 193.47,-9.62 183.47,-6.13 183.47,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M120.14,-9.62C136.22,-9.62 161.83,-9.62 183.15,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="182.96,-13.13 192.96,-9.63 182.96,-6.13 182.96,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: main Pages: 1 -->
<svg width="281pt" height="101pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;Node2</title>
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.1,-31.65C44.41,-33.33 53.22,-35.34 61.97,-37.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.98,-40.94 71.51,-39.76 62.54,-34.12 60.98,-40.94"/>
<path fill="none" stroke="#63b8ff" d="M37.1,-31.65C44.25,-33.29 52.83,-35.25 61.39,-37.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="60.5,-40.6 71.03,-39.42 62.06,-33.78 60.5,-40.6"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;Node6</title>
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.1,-23.81C48.51,-21.33 63.58,-18.07 76.37,-15.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.85,-18.55 85.88,-13.01 75.37,-11.71 76.85,-18.55"/>
<path fill="none" stroke="#63b8ff" d="M37.1,-23.81C48.4,-21.36 63.27,-18.13 75.98,-15.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="76.37,-18.87 85.4,-13.33 74.89,-12.03 76.37,-18.87"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge2_Node000002_Node000003" class="edge">
<title>Node2&#45;&gt;Node3</title>
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-56.15C147.88,-60.46 164.07,-65.62 178.74,-70.31"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.52,-73.91 188.11,-73.61 179.64,-67.24 177.52,-73.91"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-56.15C147.75,-60.42 163.75,-65.52 178.32,-70.17"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.07,-73.45 187.66,-73.15 179.2,-66.78 177.07,-73.45"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge3_Node000002_Node000004" class="edge">
<title>Node2&#45;&gt;Node4</title>
<g id="a_edge3_Node000002_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-37.1C149.57,-32.25 168.17,-26.32 184.19,-21.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="184.82,-24.36 193.28,-17.99 182.69,-17.69 184.82,-24.36"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-37.1C149.43,-32.29 167.82,-26.43 183.73,-21.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="184.38,-24.82 192.84,-18.45 182.25,-18.15 184.38,-24.82"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge4_Node000002_Node000005" class="edge">
<title>Node2&#45;&gt;Node5</title>
<g id="a_edge4_Node000002_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M134.37,-46.62C147.75,-46.62 163.75,-46.62 178.32,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="178.11,-50.13 188.11,-46.62 178.11,-43.13 178.11,-50.13"/>
<path fill="none" stroke="#63b8ff" d="M134.37,-46.62C147.62,-46.62 163.44,-46.62 177.89,-46.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="177.59,-50.13 187.59,-46.63 177.59,-43.13 177.59,-50.13"/>
</a>
</g>
</g>
@@ -111,8 +111,8 @@
<g id="edge6_Node000006_Node000004" class="edge">
<title>Node6&#45;&gt;Node4</title>
<g id="a_edge6_Node000006_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M120.14,-9.62C136.36,-9.62 162.3,-9.62 183.74,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="183.47,-13.13 193.47,-9.62 183.47,-6.13 183.47,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M120.14,-9.62C136.22,-9.62 161.83,-9.62 183.15,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="182.96,-13.13 192.96,-9.63 182.96,-6.13 182.96,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB