mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-11 11:07:27 +08:00
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<?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.0.5 (20230430.1635)
|
|
-->
|
|
<!-- Title: ciphers::atbash::atbash_cipher Pages: 1 -->
|
|
<svg width="126pt" height="57pt"
|
|
viewBox="0.00 0.00 126.00 56.50" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 52.5)">
|
|
<title>ciphers::atbash::atbash_cipher</title>
|
|
<!-- Node1 -->
|
|
<g id="node1" class="node">
|
|
<title>Node1</title>
|
|
<g id="a_node1"><a xlink:title="atbash cipher encryption and decryption">
|
|
<polygon fill="#999999" stroke="#666666" points="118,-30.5 0,-30.5 0,0 118,0 118,-30.5"/>
|
|
<text text-anchor="start" x="8" y="-17" font-family="Helvetica,sans-Serif" font-size="10.00">ciphers::atbash::atbash</text>
|
|
<text text-anchor="middle" x="59" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">_cipher</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- Node1->Node1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>Node1->Node1</title>
|
|
<path fill="none" stroke="#63b8ff" d="M38.09,-30.99C33.82,-40.06 40.79,-48.5 59,-48.5 69.24,-48.5 75.93,-45.83 79.06,-41.88"/>
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="82.62,-42.23 79.91,-31.99 75.64,-41.68 82.62,-42.23"/>
|
|
</g>
|
|
</g>
|
|
</svg>
|