This file is indexed.

/usr/share/doc/libghc-cryptonite-doc/html/Crypto-PubKey-RSA-Prim.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
5
6
<!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.Prim</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-PubKey-RSA-Prim.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Crypto-PubKey-RSA-Prim.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>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.Prim</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">decrypt primitive</a></li><li><a href="#g:2">encrypt primitive</a></li></ul></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"><a href="#v:dp">dp</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a> -&gt; <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -&gt; ba -&gt; ba</li><li class="src short"><a href="#v:ep">ep</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -&gt; ba -&gt; ba</li></ul></div><div id="interface"><h1 id="g:1">decrypt primitive</h1><div class="top"><p class="src"><a id="v:dp" class="def">dp</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.1.0/Data-Maybe.html#t:Maybe">Maybe</a> <a href="Crypto-PubKey-RSA-Types.html#t:Blinder">Blinder</a> -&gt; <a href="Crypto-PubKey-RSA-Types.html#t:PrivateKey">PrivateKey</a> -&gt; ba -&gt; ba <a href="src/Crypto-PubKey-RSA-Prim.html#dp" class="link">Source</a> <a href="#v:dp" class="selflink">#</a></p><div class="doc"><p>Compute the RSA decrypt primitive.
 if the p and q numbers are available, then dpFast is used
 otherwise, we use dpSlow which only need d and n.</p></div></div><h1 id="g:2">encrypt primitive</h1><div class="top"><p class="src"><a id="v:ep" class="def">ep</a> :: <a href="file:///usr/share/doc/libghc-memory-doc/html/Data-ByteArray.html#t:ByteArray">ByteArray</a> ba =&gt; <a href="Crypto-PubKey-RSA-Types.html#t:PublicKey">PublicKey</a> -&gt; ba -&gt; ba <a href="src/Crypto-PubKey-RSA-Prim.html#ep" class="link">Source</a> <a href="#v:ep" class="selflink">#</a></p><div class="doc"><p>Compute the RSA encrypt primitive</p></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>