This file is indexed.

/usr/share/doc/libghc-cryptonite-doc/html/Crypto-Cipher-Blowfish.html is in libghc-cryptonite-doc 0.23-2build5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
<!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>Crypto.Cipher.Blowfish</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Crypto-Cipher-Blowfish.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Crypto-Cipher-Blowfish.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">cryptonite-0.23: Cryptography Primitives sink</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>License</th><td>BSD-style</td></tr><tr><th>Maintainer</th><td>Vincent Hanquez &lt;vincent@snarc.org&gt;</td></tr><tr><th>Stability</th><td>stable</td></tr><tr><th>Portability</th><td>good</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell2010</td></tr></table><p class="caption">Crypto.Cipher.Blowfish</p></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</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"><span class="keyword">data</span> <a href="#t:Blowfish">Blowfish</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Blowfish64">Blowfish64</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Blowfish128">Blowfish128</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Blowfish256">Blowfish256</a></li><li class="src short"><span class="keyword">data</span> <a href="#t:Blowfish448">Blowfish448</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Blowfish" class="def">Blowfish</a> <a href="src/Crypto-Cipher-Blowfish.html#Blowfish" class="link">Source</a> <a href="#t:Blowfish" class="selflink">#</a></p><div class="doc"><p>variable keyed blowfish state</p></div><div class="subs instances"><p id="control.i:Blowfish" class="caption collapser" onclick="toggleSection('i:Blowfish')">Instances</p><div id="section.i:Blowfish" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish:NFData:1" class="instance expander" onclick="toggleSection('i:id:Blowfish:NFData:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/deepseq-1.4.2.0/Control-DeepSeq.html#t:NFData">NFData</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-24" class="link">Source</a> <a href="#t:Blowfish" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish:NFData:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish:Cipher:2" class="instance expander" onclick="toggleSection('i:id:Blowfish:Cipher:2')"></span> <a href="Crypto-Cipher-Types.html#t:Cipher">Cipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-42" class="link">Source</a> <a href="#t:Blowfish" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish:Cipher:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cipherInit">cipherInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> key =&gt; key -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherInit" class="link">Source</a> <a href="#v:cipherInit" class="selflink">#</a></p><p class="src"><a href="#v:cipherName">cipherName</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherName" class="link">Source</a> <a href="#v:cipherName" class="selflink">#</a></p><p class="src"><a href="#v:cipherKeySize">cipherKeySize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:KeySizeSpecifier">KeySizeSpecifier</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherKeySize" class="link">Source</a> <a href="#v:cipherKeySize" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish:BlockCipher:3" class="instance expander" onclick="toggleSection('i:id:Blowfish:BlockCipher:3')"></span> <a href="Crypto-Cipher-Types.html#t:BlockCipher">BlockCipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-47" class="link">Source</a> <a href="#t:Blowfish" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish:BlockCipher:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:blockSize">blockSize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="src/Crypto-Cipher-Types-Block.html#blockSize" class="link">Source</a> <a href="#v:blockSize" class="selflink">#</a></p><p class="src"><a href="#v:ecbEncrypt">ecbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbEncrypt" class="link">Source</a> <a href="#v:ecbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:ecbDecrypt">ecbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbDecrypt" class="link">Source</a> <a href="#v:ecbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcEncrypt">cbcEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcEncrypt" class="link">Source</a> <a href="#v:cbcEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcDecrypt">cbcDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcDecrypt" class="link">Source</a> <a href="#v:cbcDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbEncrypt">cfbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbEncrypt" class="link">Source</a> <a href="#v:cfbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbDecrypt">cfbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbDecrypt" class="link">Source</a> <a href="#v:cfbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:ctrCombine">ctrCombine</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ctrCombine" class="link">Source</a> <a href="#v:ctrCombine" class="selflink">#</a></p><p class="src"><a href="#v:aeadInit">aeadInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> iv =&gt; <a href="Crypto-Cipher-Types.html#t:AEADMode">AEADMode</a> -&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a> -&gt; iv -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> (<a href="Crypto-Cipher-Types.html#t:AEAD">AEAD</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish">Blowfish</a>) <a href="src/Crypto-Cipher-Types-Block.html#aeadInit" class="link">Source</a> <a href="#v:aeadInit" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Blowfish64" class="def">Blowfish64</a> <a href="src/Crypto-Cipher-Blowfish.html#Blowfish64" class="link">Source</a> <a href="#t:Blowfish64" class="selflink">#</a></p><div class="doc"><p>64 bit keyed blowfish state</p></div><div class="subs instances"><p id="control.i:Blowfish64" class="caption collapser" onclick="toggleSection('i:Blowfish64')">Instances</p><div id="section.i:Blowfish64" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish64:NFData:1" class="instance expander" onclick="toggleSection('i:id:Blowfish64:NFData:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/deepseq-1.4.2.0/Control-DeepSeq.html#t:NFData">NFData</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-28" class="link">Source</a> <a href="#t:Blowfish64" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish64:NFData:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish64:Cipher:2" class="instance expander" onclick="toggleSection('i:id:Blowfish64:Cipher:2')"></span> <a href="Crypto-Cipher-Types.html#t:Cipher">Cipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-64" class="link">Source</a> <a href="#t:Blowfish64" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish64:Cipher:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cipherInit">cipherInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> key =&gt; key -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherInit" class="link">Source</a> <a href="#v:cipherInit" class="selflink">#</a></p><p class="src"><a href="#v:cipherName">cipherName</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherName" class="link">Source</a> <a href="#v:cipherName" class="selflink">#</a></p><p class="src"><a href="#v:cipherKeySize">cipherKeySize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:KeySizeSpecifier">KeySizeSpecifier</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherKeySize" class="link">Source</a> <a href="#v:cipherKeySize" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish64:BlockCipher:3" class="instance expander" onclick="toggleSection('i:id:Blowfish64:BlockCipher:3')"></span> <a href="Crypto-Cipher-Types.html#t:BlockCipher">BlockCipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-64" class="link">Source</a> <a href="#t:Blowfish64" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish64:BlockCipher:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:blockSize">blockSize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="src/Crypto-Cipher-Types-Block.html#blockSize" class="link">Source</a> <a href="#v:blockSize" class="selflink">#</a></p><p class="src"><a href="#v:ecbEncrypt">ecbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbEncrypt" class="link">Source</a> <a href="#v:ecbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:ecbDecrypt">ecbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbDecrypt" class="link">Source</a> <a href="#v:ecbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcEncrypt">cbcEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcEncrypt" class="link">Source</a> <a href="#v:cbcEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcDecrypt">cbcDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcDecrypt" class="link">Source</a> <a href="#v:cbcDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbEncrypt">cfbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbEncrypt" class="link">Source</a> <a href="#v:cfbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbDecrypt">cfbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbDecrypt" class="link">Source</a> <a href="#v:cfbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:ctrCombine">ctrCombine</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ctrCombine" class="link">Source</a> <a href="#v:ctrCombine" class="selflink">#</a></p><p class="src"><a href="#v:aeadInit">aeadInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> iv =&gt; <a href="Crypto-Cipher-Types.html#t:AEADMode">AEADMode</a> -&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a> -&gt; iv -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> (<a href="Crypto-Cipher-Types.html#t:AEAD">AEAD</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish64">Blowfish64</a>) <a href="src/Crypto-Cipher-Types-Block.html#aeadInit" class="link">Source</a> <a href="#v:aeadInit" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Blowfish128" class="def">Blowfish128</a> <a href="src/Crypto-Cipher-Blowfish.html#Blowfish128" class="link">Source</a> <a href="#t:Blowfish128" class="selflink">#</a></p><div class="doc"><p>128 bit keyed blowfish state</p></div><div class="subs instances"><p id="control.i:Blowfish128" class="caption collapser" onclick="toggleSection('i:Blowfish128')">Instances</p><div id="section.i:Blowfish128" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish128:NFData:1" class="instance expander" onclick="toggleSection('i:id:Blowfish128:NFData:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/deepseq-1.4.2.0/Control-DeepSeq.html#t:NFData">NFData</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-32" class="link">Source</a> <a href="#t:Blowfish128" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish128:NFData:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish128:Cipher:2" class="instance expander" onclick="toggleSection('i:id:Blowfish128:Cipher:2')"></span> <a href="Crypto-Cipher-Types.html#t:Cipher">Cipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-65" class="link">Source</a> <a href="#t:Blowfish128" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish128:Cipher:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cipherInit">cipherInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> key =&gt; key -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherInit" class="link">Source</a> <a href="#v:cipherInit" class="selflink">#</a></p><p class="src"><a href="#v:cipherName">cipherName</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherName" class="link">Source</a> <a href="#v:cipherName" class="selflink">#</a></p><p class="src"><a href="#v:cipherKeySize">cipherKeySize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:KeySizeSpecifier">KeySizeSpecifier</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherKeySize" class="link">Source</a> <a href="#v:cipherKeySize" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish128:BlockCipher:3" class="instance expander" onclick="toggleSection('i:id:Blowfish128:BlockCipher:3')"></span> <a href="Crypto-Cipher-Types.html#t:BlockCipher">BlockCipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-65" class="link">Source</a> <a href="#t:Blowfish128" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish128:BlockCipher:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:blockSize">blockSize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="src/Crypto-Cipher-Types-Block.html#blockSize" class="link">Source</a> <a href="#v:blockSize" class="selflink">#</a></p><p class="src"><a href="#v:ecbEncrypt">ecbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbEncrypt" class="link">Source</a> <a href="#v:ecbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:ecbDecrypt">ecbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbDecrypt" class="link">Source</a> <a href="#v:ecbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcEncrypt">cbcEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcEncrypt" class="link">Source</a> <a href="#v:cbcEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcDecrypt">cbcDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcDecrypt" class="link">Source</a> <a href="#v:cbcDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbEncrypt">cfbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbEncrypt" class="link">Source</a> <a href="#v:cfbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbDecrypt">cfbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbDecrypt" class="link">Source</a> <a href="#v:cfbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:ctrCombine">ctrCombine</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ctrCombine" class="link">Source</a> <a href="#v:ctrCombine" class="selflink">#</a></p><p class="src"><a href="#v:aeadInit">aeadInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> iv =&gt; <a href="Crypto-Cipher-Types.html#t:AEADMode">AEADMode</a> -&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a> -&gt; iv -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> (<a href="Crypto-Cipher-Types.html#t:AEAD">AEAD</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish128">Blowfish128</a>) <a href="src/Crypto-Cipher-Types-Block.html#aeadInit" class="link">Source</a> <a href="#v:aeadInit" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Blowfish256" class="def">Blowfish256</a> <a href="src/Crypto-Cipher-Blowfish.html#Blowfish256" class="link">Source</a> <a href="#t:Blowfish256" class="selflink">#</a></p><div class="doc"><p>256 bit keyed blowfish state</p></div><div class="subs instances"><p id="control.i:Blowfish256" class="caption collapser" onclick="toggleSection('i:Blowfish256')">Instances</p><div id="section.i:Blowfish256" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish256:NFData:1" class="instance expander" onclick="toggleSection('i:id:Blowfish256:NFData:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/deepseq-1.4.2.0/Control-DeepSeq.html#t:NFData">NFData</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-36" class="link">Source</a> <a href="#t:Blowfish256" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish256:NFData:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish256:Cipher:2" class="instance expander" onclick="toggleSection('i:id:Blowfish256:Cipher:2')"></span> <a href="Crypto-Cipher-Types.html#t:Cipher">Cipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-66" class="link">Source</a> <a href="#t:Blowfish256" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish256:Cipher:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cipherInit">cipherInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> key =&gt; key -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherInit" class="link">Source</a> <a href="#v:cipherInit" class="selflink">#</a></p><p class="src"><a href="#v:cipherName">cipherName</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherName" class="link">Source</a> <a href="#v:cipherName" class="selflink">#</a></p><p class="src"><a href="#v:cipherKeySize">cipherKeySize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:KeySizeSpecifier">KeySizeSpecifier</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherKeySize" class="link">Source</a> <a href="#v:cipherKeySize" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish256:BlockCipher:3" class="instance expander" onclick="toggleSection('i:id:Blowfish256:BlockCipher:3')"></span> <a href="Crypto-Cipher-Types.html#t:BlockCipher">BlockCipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-66" class="link">Source</a> <a href="#t:Blowfish256" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish256:BlockCipher:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:blockSize">blockSize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="src/Crypto-Cipher-Types-Block.html#blockSize" class="link">Source</a> <a href="#v:blockSize" class="selflink">#</a></p><p class="src"><a href="#v:ecbEncrypt">ecbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbEncrypt" class="link">Source</a> <a href="#v:ecbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:ecbDecrypt">ecbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbDecrypt" class="link">Source</a> <a href="#v:ecbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcEncrypt">cbcEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcEncrypt" class="link">Source</a> <a href="#v:cbcEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcDecrypt">cbcDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcDecrypt" class="link">Source</a> <a href="#v:cbcDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbEncrypt">cfbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbEncrypt" class="link">Source</a> <a href="#v:cfbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbDecrypt">cfbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbDecrypt" class="link">Source</a> <a href="#v:cfbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:ctrCombine">ctrCombine</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ctrCombine" class="link">Source</a> <a href="#v:ctrCombine" class="selflink">#</a></p><p class="src"><a href="#v:aeadInit">aeadInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> iv =&gt; <a href="Crypto-Cipher-Types.html#t:AEADMode">AEADMode</a> -&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a> -&gt; iv -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> (<a href="Crypto-Cipher-Types.html#t:AEAD">AEAD</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish256">Blowfish256</a>) <a href="src/Crypto-Cipher-Types-Block.html#aeadInit" class="link">Source</a> <a href="#v:aeadInit" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:Blowfish448" class="def">Blowfish448</a> <a href="src/Crypto-Cipher-Blowfish.html#Blowfish448" class="link">Source</a> <a href="#t:Blowfish448" class="selflink">#</a></p><div class="doc"><p>448 bit keyed blowfish state</p></div><div class="subs instances"><p id="control.i:Blowfish448" class="caption collapser" onclick="toggleSection('i:Blowfish448')">Instances</p><div id="section.i:Blowfish448" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish448:NFData:1" class="instance expander" onclick="toggleSection('i:id:Blowfish448:NFData:1')"></span> <a href="file:///usr/share/doc/ghc-doc/html/libraries/deepseq-1.4.2.0/Control-DeepSeq.html#t:NFData">NFData</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-40" class="link">Source</a> <a href="#t:Blowfish448" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish448:NFData:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:rnf">rnf</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; () <a href="#v:rnf" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish448:Cipher:2" class="instance expander" onclick="toggleSection('i:id:Blowfish448:Cipher:2')"></span> <a href="Crypto-Cipher-Types.html#t:Cipher">Cipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-67" class="link">Source</a> <a href="#t:Blowfish448" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish448:Cipher:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:cipherInit">cipherInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> key =&gt; key -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherInit" class="link">Source</a> <a href="#v:cipherInit" class="selflink">#</a></p><p class="src"><a href="#v:cipherName">cipherName</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-String.html#t:String">String</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherName" class="link">Source</a> <a href="#v:cipherName" class="selflink">#</a></p><p class="src"><a href="#v:cipherKeySize">cipherKeySize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:KeySizeSpecifier">KeySizeSpecifier</a> <a href="src/Crypto-Cipher-Types-Base.html#cipherKeySize" class="link">Source</a> <a href="#v:cipherKeySize" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:Blowfish448:BlockCipher:3" class="instance expander" onclick="toggleSection('i:id:Blowfish448:BlockCipher:3')"></span> <a href="Crypto-Cipher-Types.html#t:BlockCipher">BlockCipher</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a></span> <a href="src/Crypto-Cipher-Blowfish.html#line-67" class="link">Source</a> <a href="#t:Blowfish448" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:Blowfish448:BlockCipher:3" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:blockSize">blockSize</a> :: <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Int.html#t:Int">Int</a> <a href="src/Crypto-Cipher-Types-Block.html#blockSize" class="link">Source</a> <a href="#v:blockSize" class="selflink">#</a></p><p class="src"><a href="#v:ecbEncrypt">ecbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbEncrypt" class="link">Source</a> <a href="#v:ecbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:ecbDecrypt">ecbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ecbDecrypt" class="link">Source</a> <a href="#v:ecbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcEncrypt">cbcEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcEncrypt" class="link">Source</a> <a href="#v:cbcEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cbcDecrypt">cbcDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cbcDecrypt" class="link">Source</a> <a href="#v:cbcDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbEncrypt">cfbEncrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbEncrypt" class="link">Source</a> <a href="#v:cfbEncrypt" class="selflink">#</a></p><p class="src"><a href="#v:cfbDecrypt">cfbDecrypt</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#cfbDecrypt" class="link">Source</a> <a href="#v:cfbDecrypt" class="selflink">#</a></p><p class="src"><a href="#v:ctrCombine">ctrCombine</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; <a href="Crypto-Cipher-Types.html#t:IV">IV</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; ba -&gt; ba <a href="src/Crypto-Cipher-Types-Block.html#ctrCombine" class="link">Source</a> <a href="#v:ctrCombine" class="selflink">#</a></p><p class="src"><a href="#v:aeadInit">aeadInit</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArrayAccess">ByteArrayAccess</a> iv =&gt; <a href="Crypto-Cipher-Types.html#t:AEADMode">AEADMode</a> -&gt; <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a> -&gt; iv -&gt; <a href="Crypto-Error.html#t:CryptoFailable">CryptoFailable</a> (<a href="Crypto-Cipher-Types.html#t:AEAD">AEAD</a> <a href="Crypto-Cipher-Blowfish.html#t:Blowfish448">Blowfish448</a>) <a href="src/Crypto-Cipher-Types-Block.html#aeadInit" class="link">Source</a> <a href="#v:aeadInit" class="selflink">#</a></p></div></div></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.17.3</p></div></body></html>