/usr/share/doc/libghc-cryptonite-doc/html/Crypto-PubKey-RSA-PKCS15.html is in libghc-cryptonite-doc 0.10-1.
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 | <!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.PubKey.RSA.PKCS15</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_Crypto-PubKey-RSA-PKCS15.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Crypto-PubKey-RSA-PKCS15.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.10: 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 <vincent@snarc.org></td></tr><tr><th>Stability</th><td>experimental</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.PubKey.RSA.PKCS15</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">padding and unpadding</a></li><li><a href="#g:2">private key operations</a></li><li><a href="#g:3">public key operations</a></li><li><a href="#g:4">hash ASN1 description</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc empty"> </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:pad">pad</a> :: (<a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m, <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> message) => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -> message -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> message)</li><li class="src short"><a href="#v:padSignature">padSignature</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> signature => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -> signature -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> signature</li><li class="src short"><a href="#v:unpad">unpad</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> bytearray => bytearray -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> bytearray</li><li class="src short"><a href="#v:decrypt">decrypt</a> :: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a> -> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></li><li class="src short"><a href="#v:decryptSafer">decryptSafer</a> :: <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m => <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>)</li><li class="src short"><a href="#v:sign">sign</a> :: <a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg -> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></li><li class="src short"><a href="#v:signSafer">signSafer</a> :: (<a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg, <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m) => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg -> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>)</li><li class="src short"><a href="#v:encrypt">encrypt</a> :: <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m => <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>)</li><li class="src short"><a href="#v:verify">verify</a> :: <a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg -> <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a></li><li class="src short"><span class="keyword">class</span> <a href="Crypto-Hash-IO.html#t:HashAlgorithm">HashAlgorithm</a> hashAlg => <a href="#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg</li></ul></div><div id="interface"><h1 id="g:1">padding and unpadding</h1><div class="top"><p class="src"><a name="v:pad" class="def">pad</a> :: (<a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m, <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> message) => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -> message -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> message) <a href="src/Crypto-PubKey-RSA-PKCS15.html#pad" class="link">Source</a></p><div class="doc"><p>This produce a standard PKCS1.5 padding for encryption</p></div></div><div class="top"><p class="src"><a name="v:padSignature" class="def">padSignature</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> signature => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Int.html#t:Int">Int</a> -> signature -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> signature <a href="src/Crypto-PubKey-RSA-PKCS15.html#padSignature" class="link">Source</a></p><div class="doc"><p>Produce a standard PKCS1.5 padding for signature</p></div></div><div class="top"><p class="src"><a name="v:unpad" class="def">unpad</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> bytearray => bytearray -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> bytearray <a href="src/Crypto-PubKey-RSA-PKCS15.html#unpad" class="link">Source</a></p><div class="doc"><p>Try to remove a standard PKCS1.5 encryption padding.</p></div></div><h1 id="g:2">private key operations</h1><div class="top"><p class="src"><a name="v:decrypt" class="def">decrypt</a> <a href="src/Crypto-PubKey-RSA-PKCS15.html#decrypt" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a></td><td class="doc"><p>optional blinder</p></td></tr><tr><td class="src">-> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a></td><td class="doc"><p>RSA private key</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc"><p>cipher text</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>decrypt message using the private key.</p><p>When the decryption is not in a context where an attacker could gain
information from the timing of the operation, the blinder can be set to None.</p><p>If unsure always set a blinder or use decryptSafer</p></div></div><div class="top"><p class="src"><a name="v:decryptSafer" class="def">decryptSafer</a> <a href="src/Crypto-PubKey-RSA-PKCS15.html#decryptSafer" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m</td><td class="doc empty"> </td></tr><tr><td class="src">=> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a></td><td class="doc"><p>RSA private key</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc"><p>cipher text</p></td></tr><tr><td class="src">-> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>)</td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>decrypt message using the private key and by automatically generating a blinder.</p></div></div><div class="top"><p class="src"><a name="v:sign" class="def">sign</a> <a href="src/Crypto-PubKey-RSA-PKCS15.html#sign" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg</td><td class="doc empty"> </td></tr><tr><td class="src">=> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a></td><td class="doc"><p>optional blinder</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg</td><td class="doc"><p>hash algorithm</p></td></tr><tr><td class="src">-> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a></td><td class="doc"><p>private key</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc"><p>message to sign</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>sign message using private key, a hash and its ASN1 description</p><p>When the signature is not in a context where an attacker could gain
information from the timing of the operation, the blinder can be set to None.</p><p>If unsure always set a blinder or use signSafer</p></div></div><div class="top"><p class="src"><a name="v:signSafer" class="def">signSafer</a> <a href="src/Crypto-PubKey-RSA-PKCS15.html#signSafer" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: (<a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg, <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m)</td><td class="doc empty"> </td></tr><tr><td class="src">=> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg</td><td class="doc"><p>Hash algorithm</p></td></tr><tr><td class="src">-> <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a></td><td class="doc"><p>private key</p></td></tr><tr><td class="src">-> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a></td><td class="doc"><p>message to sign</p></td></tr><tr><td class="src">-> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>)</td><td class="doc empty"> </td></tr></table></div><div class="doc"><p>sign message using the private key and by automatically generating a blinder.</p></div></div><h1 id="g:3">public key operations</h1><div class="top"><p class="src"><a name="v:encrypt" class="def">encrypt</a> :: <a href="Crypto-Random-Types.html#t:MonadRandom">MonadRandom</a> m => <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> m (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a> <a href="Crypto-PubKey-RSA-Types.html#t:Error">Error</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a>) <a href="src/Crypto-PubKey-RSA-PKCS15.html#encrypt" class="link">Source</a></p><div class="doc"><p>encrypt a bytestring using the public key.</p><p>the message needs to be smaller than the key size - 11</p></div></div><div class="top"><p class="src"><a name="v:verify" class="def">verify</a> :: <a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> hashAlg => <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Maybe.html#t:Maybe">Maybe</a> hashAlg -> <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/bytestring-0.10.6.0/Data-ByteString.html#t:ByteString">ByteString</a> -> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Bool.html#t:Bool">Bool</a> <a href="src/Crypto-PubKey-RSA-PKCS15.html#verify" class="link">Source</a></p><div class="doc"><p>verify message with the signed message</p></div></div><h1 id="g:4">hash ASN1 description</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Crypto-Hash-IO.html#t:HashAlgorithm">HashAlgorithm</a> hashAlg => <a name="t:HashAlgorithmASN1" class="def">HashAlgorithmASN1</a> hashAlg <a href="src/Crypto-PubKey-RSA-PKCS15.html#HashAlgorithmASN1" class="link">Source</a></p><div class="doc"><p>A specialized class for hash algorithm that can product
a ASN1 wrapped description the algorithm plus the content
of the digest.</p></div><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src">hashDigestASN1</p></div><div class="subs instances"><p id="control.i:HashAlgorithmASN1" class="caption collapser" onclick="toggleSection('i:HashAlgorithmASN1')">Instances</p><div id="section.i:HashAlgorithmASN1" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:MD2">MD2</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-48" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:MD5">MD5</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-50" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA1">SHA1</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-52" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA224">SHA224</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-54" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA256">SHA256</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-56" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA384">SHA384</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-58" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA512">SHA512</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-60" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA512t_256">SHA512t_256</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-64" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:SHA512t_224">SHA512t_224</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-62" class="link">Source</a></td><td class="doc empty"> </td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Crypto-PubKey-RSA-PKCS15.html#t:HashAlgorithmASN1">HashAlgorithmASN1</a> <a href="Crypto-Hash-Algorithms.html#t:RIPEMD160">RIPEMD160</a></span> <a href="src/Crypto-PubKey-RSA-PKCS15.html#line-66" class="link">Source</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.16.1</p></div></body></html>
|