diff options
Diffstat (limited to 'crypto/heimdal/doc/doxyout/hcrypto/html/page_rsa.html')
| -rw-r--r-- | crypto/heimdal/doc/doxyout/hcrypto/html/page_rsa.html | 31 | 
1 files changed, 31 insertions, 0 deletions
| diff --git a/crypto/heimdal/doc/doxyout/hcrypto/html/page_rsa.html b/crypto/heimdal/doc/doxyout/hcrypto/html/page_rsa.html new file mode 100644 index 000000000000..912f2362db5c --- /dev/null +++ b/crypto/heimdal/doc/doxyout/hcrypto/html/page_rsa.html @@ -0,0 +1,31 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> +<title>Heimdal crypto library: RSA - public-key cryptography</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +<link href="tabs.css" rel="stylesheet" type="text/css"> +</head><body> +<p> +<a href="http://www.h5l.org/"><img src="http://www.h5l.org/keyhole-heimdal.png" alt="keyhole logo"/></a> +</p> +<!-- end of header marker --> +<!-- Generated by Doxygen 1.5.6 --> +<div class="navigation" id="top"> +  <div class="tabs"> +    <ul> +      <li><a href="index.html"><span>Main Page</span></a></li> +      <li><a href="modules.html"><span>Modules</span></a></li> +      <li><a href="examples.html"><span>Examples</span></a></li> +    </ul> +  </div> +  <div class="navpath"><a class="el" href="index.html">Heimdal crypto library</a> +  </div> +</div> +<div class="contents"> +<h1><a class="anchor" name="page_rsa">RSA - public-key cryptography </a></h1>RSA is named by its inventors (Ron Rivest, Adi Shamir, and Leonard Adleman) (published in 1977), patented expired in 21 September 2000.<p> +Speed for RSA in seconds no key blinding 1000 iteration, same rsa keys (1024 and 2048) operation performed each eteration sign, verify, encrypt, decrypt on a random bit pattern<p> +name 1024 2048 4098 ================================= gmp: 0.73 6.60 44.80 tfm: 2.45 -- -- ltm: 3.79 20.74 105.41 (default in hcrypto) openssl: 4.04 11.90 82.59 cdsa: 15.89 102.89 721.40 imath: 40.62 -- --<p> +See the library functions here: <a class="el" href="group__hcrypto__rsa.html">RSA functions</a> </div> +<hr size="1"><address style="text-align: right;"><small> +Generated on Wed Jan 11 14:07:38 2012 for Heimdal crypto library by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6</small></address> +</body> +</html> | 
