<!--


function enc_and_auth_quicklinks() {
document.write('<H5>Helion Enc & Auth<br>Quicklinks</H5> \
<a href="aes_ccm.htm"><img border="0" src="images/newspoint.gif">AES-CCM</a><br> \
<a href="aes_gcm.htm"><img border="0" src="images/newspoint.gif">AES-GCM</a><br> \
<a href="aes_ocb.htm"><img border="0" src="images/newspoint.gif">AES-OCB</a><br> \
<a href="aes.htm"><img border="0" src="images/newspoint.gif">Main AES page</a><br> \
<a href="enc.htm"><img border="0" src="images/newspoint.gif">Encryption-only</a><br> \
<a href="auth.htm"><img border="0" src="images/newspoint.gif">Authentication-only</a><br> \
<a href="enc_and_auth.htm"><img border="0" src="images/newspoint.gif">Combined Enc & Auth</a><br> \
<a href="core.htm"><img border="0" src="images/newspoint.gif">Back to Products page</a><br> \
<br>');
}
//-->	

