<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" version="1.1" style="fill:none;stroke:#000;stroke-width: 2px" viewBox="0 0 264 247" width="264" height="247">
	<title>Feistel type 1</title>
	<style type="text/css">
	.capped {marker-end: url(#cap)}
	text {text-anchor:middle; font-family: Helvetica, sans-serif; font-size: 19px; font-weight: bold; stroke:none; fill:#000}
	</style>
	<defs>
		<rect id="block" width="60" height="30"/>
		<marker id="cap" orient="auto" markerWidth="5" markerHeight="6" refX="2.5" refY="3">
			<path stroke-width="1px" d="M 1 1 l 2 2 -2 2"/>
		</marker>
	</defs>
	
	<use id="x1" xlink:href="#block" x="12" y="12"/>
	<text x="42" y="34">X1</text>
	<use xlink:href="#x1" x="60"/>
	<text x="102" y="34">X2</text>
	<use xlink:href="#x1" x="120"/>
	<text x="162" y="34">X3</text>
	<use xlink:href="#x1" x="180"/>
	<text x="222" y="34">X4</text>

	<g class="capped">
		<path d="M 42 42 V 122 L 222 172 v 30"/>
		<path d="M 42 85 h 7"/>

		<path d="M 82 85 h 7"/>
		<path d="M 102 42 v 30"/>
		<path d="M 102 77 V 122 L 42 172 v 30"/>

		<path d="M 162 42 V 122 L 102 172 v 30"/>
		<path d="M 222 42 V 122 L 162 172 v 30"/>
	</g>
	<rect x="52" y="70" width="30" height="30"/>
	<text x="67" y="92">F</text>

	<g>
		<circle cx="102" cy="85" r="10"/>
		<path d="M 102 75 v 20 M 92 85 h 20"/>
	</g>

	<use id="y1" xlink:href="#block" x="12" y="205"/>
	<text x="42" y="227">Y1</text>
	<use xlink:href="#y1" x="60"/>
	<text x="102" y="227">Y2</text>
	<use xlink:href="#y1" x="120"/>
	<text x="162" y="227">Y3</text>
	<use xlink:href="#y1" x="180"/>
	<text x="222" y="227">Y4</text>
</svg>