/usr/share/doc/libghc-crypto-doc/html/Codec-Encryption-AES.html is in libghc-crypto-doc 4.2.5-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Codec.Encryption.AES</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Codec-Encryption-AES.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Codec-Encryption-AES.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">Crypto-4.2.5: Collects together existing Haskell cryptographic functions into a package</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>dominic.steinitz@blueyonder.co.uk</td></tr><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr></table><p class="caption">Codec.Encryption.AES</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Function Types
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Takes the AES module supplied by Lukasz Anforowicz and wraps it so it can
used with the standard modes.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:encrypt">encrypt</a> :: <a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> a => a -> <a href="Data-LargeWord.html#t:Word128">Word128</a> -> <a href="Data-LargeWord.html#t:Word128">Word128</a></li><li class="src short"><a href="#v:decrypt">decrypt</a> :: <a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> a => a -> <a href="Data-LargeWord.html#t:Word128">Word128</a> -> <a href="Data-LargeWord.html#t:Word128">Word128</a></li><li class="src short"><span class="keyword">class</span> AESKeyIndirection a => <a href="#t:AESKey">AESKey</a> a </li></ul></div><div id="interface"><h1 id="g:1">Function Types
</h1><div class="top"><p class="src"><a name="v:encrypt" class="def">encrypt</a> :: <a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> a => a -> <a href="Data-LargeWord.html#t:Word128">Word128</a> -> <a href="Data-LargeWord.html#t:Word128">Word128</a><a href="src/Codec-Encryption-AES.html#encrypt" class="link">Source</a></p><div class="doc"><p>Basic AES encryption which takes a key and a block of plaintext
and returns the encrypted block of ciphertext according to the standard.
</p></div></div><div class="top"><p class="src"><a name="v:decrypt" class="def">decrypt</a> :: <a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> a => a -> <a href="Data-LargeWord.html#t:Word128">Word128</a> -> <a href="Data-LargeWord.html#t:Word128">Word128</a><a href="src/Codec-Encryption-AES.html#decrypt" class="link">Source</a></p><div class="doc"><p>Basic AES decryption which takes a key and a block of ciphertext and
returns the decrypted block of plaintext according to the standard.
</p></div></div><div class="top"><p class="src"><span class="keyword">class</span> AESKeyIndirection a => <a name="t:AESKey" class="def">AESKey</a> a <a href="src/Codec-Encryption-AES.html#AESKey" class="link">Source</a></p><div class="subs instances"><p id="control.i:AESKey" class="caption collapser" onclick="toggleSection('i:AESKey')">Instances</p><div id="section.i:AESKey" class="show"><table><tr><td class="src"><a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> <a href="Data-LargeWord.html#t:Word256">Word256</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> <a href="Data-LargeWord.html#t:Word192">Word192</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Codec-Encryption-AES.html#t:AESKey">AESKey</a> <a href="Data-LargeWord.html#t:Word128">Word128</a></td><td class="doc empty"> </td></tr></table></div></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>
|