<?xml version="1.0" encoding="ISO-8859-1"?>
<slide>
	<title>Asymmetric ciphers</title>

	<break lines="2"/>
	<image align="center" filename="asymmetric.png"/>
	<list fontsize="4em">
		<bullet>Key to encrypt is *different* as the key to decrypt</bullet>
	</list>
	<list fontsize="4em">
		<bullet>ElGamal, Diffie Hellman, RSA</bullet>
	</list>
	<list fontsize="4em">
		<bullet>Used for signatures and key distribution</bullet>
	</list>
</slide>
