This file is indexed.

/usr/share/doc/libghc-crypto-pubkey-doc/html/Crypto-PubKey-ECC-Generate.html is in libghc-crypto-pubkey-doc 0.2.4-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
 9
10
11
<!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.ECC.Generate</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-ECC-Generate.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Crypto-PubKey-ECC-Generate.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-pubkey-0.2.4: Public Key cryptography</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Crypto.PubKey.ECC.Generate</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Signature generation.
</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:generateQ">generateQ</a> :: <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Curve">Curve</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Integer">Integer</a> -&gt; <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Point">Point</a></li><li class="src short"><a href="#v:generate">generate</a> :: <a href="/usr/share/doc/libghc-crypto-random-doc/html/Crypto-Random.html#t:CPRG">CPRG</a> g =&gt; g -&gt; <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Curve">Curve</a> -&gt; ((<a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECDSA.html#t:PublicKey">PublicKey</a>, <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECDSA.html#t:PrivateKey">PrivateKey</a>), g)</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:generateQ" class="def">generateQ</a> :: <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Curve">Curve</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Integer">Integer</a> -&gt; <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Point">Point</a><a href="src/Crypto-PubKey-ECC-Generate.html#generateQ" class="link">Source</a></p><div class="doc"><p>Generate Q given d.
</p><p><em>WARNING:</em> Vulnerable to timing attacks.
</p></div></div><div class="top"><p class="src"><a name="v:generate" class="def">generate</a><a href="src/Crypto-PubKey-ECC-Generate.html#generate" class="link">Source</a></p><div class="subs arguments"><p class="caption">Arguments</p><table><tr><td class="src">:: <a href="/usr/share/doc/libghc-crypto-random-doc/html/Crypto-Random.html#t:CPRG">CPRG</a> g</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">=&gt; g</td><td class="doc"><p>CPRG
</p></td></tr><tr><td class="src">-&gt; <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECC.html#t:Curve">Curve</a></td><td class="doc"><p>Elliptic Curve
</p></td></tr><tr><td class="src">-&gt; ((<a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECDSA.html#t:PublicKey">PublicKey</a>, <a href="/usr/share/doc/libghc-crypto-pubkey-types-doc/html/Crypto-Types-PubKey-ECDSA.html#t:PrivateKey">PrivateKey</a>), g)</td><td class="doc empty">&nbsp;</td></tr></table></div><div class="doc"><p>Generate a pair of (private, public) key.
</p><p><em>WARNING:</em> Vulnerable to timing attacks.
</p></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>