<?xml version="1.0" encoding="ISO-8859-1"?>
<slide fontsize="3em">
	<title>CFB and OFB</title>

	<image align="center" filename="cfb.png" pdf-scale="0.8"/>
	<blurb>CFB: text is xor'ed with encrypted output of IV; cipher output is new IV for next block</blurb>


	<image align="center" filename="ofb.png" pdf-scale="0.8" y-offset="7"/>
	<blurb>OFB: text is xor'ed with encrypted output of IV; encrypted output is new IV for next block</blurb>
</slide>
